【发布时间】:2021-06-17 11:08:54
【问题描述】:
我在使用 IE11 的 html 上看不到一些图标。 这是图标的css代码
.icon_sms:before {
display: block;
content: '';
height: 8em;
width: 8em;
vertical-align: middle;
background-repeat: no-repeat;
background-image:
url([...]);
}
我也试过display: inline-block,但它也不起作用。
还有no-cache html 头部属性
还有
<meta http-equiv="X-UA-Compatible" content="IE=edge">
在头上的第一个属性上
有什么建议吗?
非常感谢
最好的问候
【问题讨论】:
标签: html css icons internet-explorer-11