:after and :before CSS pseudo elements hack for Internet Explorer 7(:针对Internet Explorer7的:After和:Being CSS伪元素黑客攻击)
问题描述
我正在使用:after
和:before
css伪元素,它在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/
这篇关于:针对Internet Explorer7的:After和:Being CSS伪元素黑客攻击的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为::针对Internet Explorer7的:After和:Being CSS伪元素黑客攻击
基础教程推荐
- 有没有办法使用OpenLayers更改OpenStreetMap中某些要素 2022-09-06
- 响应更改 div 大小保持纵横比 2022-01-01
- 当用户滚动离开时如何暂停 youtube 嵌入 2022-01-01
- 在for循环中使用setTimeout 2022-01-01
- 我什么时候应该在导入时使用方括号 2022-01-01
- 悬停时滑动输入并停留几秒钟 2022-01-01
- 动态更新多个选择框 2022-01-01
- 在 JS 中获取客户端时区(不是 GMT 偏移量) 2022-01-01
- Karma-Jasmine:如何正确监视 Modal? 2022-01-01
- 角度Apollo设置WatchQuery结果为可用变量 2022-01-01