breeswish
2013-04-21 00:22:06 +08:00
会基本一样 但不会完全一样。
关于png,见doc:
PNG
The script only fixes images named: *-trans.png
If you want the fix to apply to all PNG images then set a global variable as follows:
var IE7_PNG_SUFFIX = ".png";
You must set this variable before including the IE7.js script. Alternatively, you can set the variable inside the IE7.js script element:
<script src="IE8.js">IE7_PNG_SUFFIX=".png";</script>
一些提醒: 如果网页复杂请慎用ie8.js (比如说大量使用了子选择器) 可能会带来性能问可能题 也不是很明显