【发布时间】:2016-09-22 00:55:35
【问题描述】:
请向我解释为什么这在 FireFox 中不起作用
<img class="icon-expand" />
CSS
.icon-expand {
background: url('../images/expand-plus-icon-24.png') no-repeat;
height: 24px;
width: 24px;
cursor: pointer;
margin: 0 3px;
}
Chrome、Edge 和 IE11 显示良好。但是,为什么 FireFox 表现得很傻,什么都不显示呢?路径正确。
【问题讨论】:
标签: css background icons background-image