PNG IE6bug修复

Posted xihuanjiuquqiqang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PNG IE6bug修复相关的知识,希望对你有一定的参考价值。

1,用png-8代替png24

2,使用JS代码修复

<!--[if IE 6]>
<script type="text/javascript" src="js/dd_png.js"></script>
<script type="text/javascript">
DD_belatedPNG.fix(“div,img”);
</script>
<![endif]-->

 








以上是关于PNG IE6bug修复的主要内容,如果未能解决你的问题,请参考以下文章