google的

ie7 – js中是一个JavaScript库(解决IE与W3C标准的冲突的JS库),使微软的Internet Explorer的行为像一个Web标准兼容的浏览器,支持更多的W3C标准,支持CSS2、CSS3选择器。它修复了许多的HTML和CSS问题,并使得透明PNG在IE5、IE6下正确显示。

使IE5,IE6兼容到IE7模式(推荐)

 <!–[if lt IE 7]>

 <script src=”http://ie7-js.googlecode.com/svn/version/2.0(beta)/IE7.js” type=”text/javascript”></script>

 <![endif]–>

使IE5,IE6,IE7兼容到IE8模式

 <!–[if lt IE 8]>

 <script src=”http://ie7-js.googlecode.com/svn/version/2.0(beta)/IE8.js” type=”text/javascript”></script>

 <![endif]–>

使IE5,IE6,IE7,IE8兼容到IE9模式

 <!–[if lt IE 9]>

 <script src=”http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js”></script>

 <![endif]–>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
  • 2021-08-19
  • 2021-10-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-05-08
  • 2022-12-23
相关资源
相似解决方案