本文介绍了CSS:before /:after选择器在IE 6,7的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我知道:之前/:选择器在IE 6,7中不可用
I know that :before/:after selectors are not available in IE 6,7
http://www.quirksmode.org/css/contents.html
有没有js hack在IE中启用对这些选择器的支持?
Is there a js hack to enable support for these selectors in IE?
推荐答案
当然还有jQuery 和之后
of course jQueries before and after
还有什么; )
这篇关于CSS:before /:after选择器在IE 6,7的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!