jQuery解决IE6图片不透明的问题
需要引入两个文件
jQuery.js
jQuery.pngFix.js
使用:
<script type="text/javascript" src="jquery-latest.pack.js"></script>
<script type="text/javascript" src="jquery.pngFix.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(document).pngFix();
});
</script>
浙公网安备 33010602011771号