IE6下JavaScript图片透明设置

IE6是不支持透明的PNG的,这无疑限制了网页设计的发挥空间.

可以使用PNG24图片透明的支持,代码示例如下:

<!--[if lte IE 6]>
<script src="http://www.bywei.cn/js/DD_belatedPNG.js" ></script>
<script type="text/javascript">
   DD_belatedPNG.fix('.ie6png');
</script>
<![endif]-->

在需要使用png24解决方案的标签上追加class=”ie6png”即可!

下载地址:http://www.dillerdesign.com/experiment/DD_belatedPNG/

相关的文章:

暂无评论

写评论