:针对Internet Explorer7的:After和:Being CSS伪元素黑客攻击

我正在使用:after:beforecss伪元素,它在Internet Explorer 8和所有现代浏览器中运行正常,但在Internet Explorer 7中运行不正常。Internet Explorer 7中是否存在解决此问题的已知黑客?

css

使用任何纯推荐答案黑客攻击都是不可能的。

使用IE8.jshttp://code.google.com/p/ie7-js/

它支持这一点。http://ie7-js.googlecode.com/svn/test/index.html

测试页也在那里

之后-http://ie7-js.googlecode.com/svn/test/after.html

之前-http://ie7-js.googlecode.com/svn/test/before.html

第一条评论后编辑

您可以将此js保留为IE6和7。其他浏览器不会阅读它。

<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script>
<![endif]-->

如果您已经在项目中使用jQuery,则可以使用此插件

jQuery伪插件

http://jquery.lukelutman.com/plugins/pseudo/

相关文章