Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用:before,:after但它们没有在 IE10 及以下版本中显示。
:before
:after
这是该网站的链接:wrdtempsite.com.au/da
查看开发工具 (F12) 时,所有的 css 都被划掉了……?
任何帮助,将不胜感激。
谢谢。
:hover在添加规则之前,:before您可能需要添加空的 CSS 规则:after
:hover
检查以下链接,它处理相同的问题。希望能帮助到你
::after on :hover 在 IE 中不起作用
为什么 IE10 需要存在 ap:hover {} 规则才能在伪元素上进行转换?
问题是我最后宣布了 0 0 no-repeat;当我删除这些时,它工作正常。
谢谢