工程官网 http://code.google.com/p/ie7-js/ 下载地址 http://code.google.com/p/ie7-js/downloads/list 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透明问题 解决了什么? 相关文章: