gpt4 book ai didi

html - 内容 CSS 和与 IE 的兼容性

转载 作者:行者123 更新时间:2023-11-28 15:09:58 26 4
gpt4 key购买 nike

我插入了一个带有图像的图标。

在 chrome 中我看到了图标

enter image description here

但在IE中图标消失。

这是我的 CSS

<div class="infoIcon"></div>

.infoIcon {
content: url('/assets/img/info-sign.png');
background-color: #919191;
width:15px;
border-radius: 8px;
margin-left:10px;
display: inline;
vertical-align: sub
}

最佳答案

您可以使用 HTML 实体实现此目的。

.infoIcon {
font-size: 40px;
}
<div class="infoIcon">&#9432;</div>

关于html - 内容 CSS 和与 IE 的兼容性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52421400/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com