IE兼容性JS解决方案

 

ie7.js用法 - 强制将IE7以下的浏览器兼容方案提升至7

<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script>
<![endif]-->
          

ie8.js用法 - 强制将IE8以下的浏览器兼容方案提升至8

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

PNG透明解决方法

将png图片加上 -trans后缀来解决
如abc.png改名成abc-trans.png即可实现IE6透明问题

 

 解决了什么?

posted @ 2009-06-01 19:56  _拖鞋_  阅读(1282)  评论(0编辑  收藏  举报