gpt4 book ai didi

html - 用图像替换 Font Awesome 社交媒体图标

转载 作者:搜寻专家 更新时间:2023-10-31 22:59:44 25 4
gpt4 key购买 nike

我尝试使用自定义图标替换博客上的 fa 图标

.fa-facebook{content:url("")}

图像在 Chrome 上有效,但在 FF 或 IE 上无效。发生了什么/是否有解决方法?

Jsfiddle

Google Chrome

Firefox

最佳答案

根据 W3school :

Definition and Usage

The content property is used with the :before and :after pseudo-elements, to insert generated content.

所以不要使用 .fa-facebook{content:url("")} 使用 .fa-facebook:before{content:url("")}>/p>

Jsfiddle

关于html - 用图像替换 Font Awesome 社交媒体图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33434958/

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