当前位置: 代码迷 >> Web前端 >> 解决IE6上 PNG背景 和PNG图片透明的方法
  详细解决方案

解决IE6上 PNG背景 和PNG图片透明的方法

热度:102   发布时间:2012-10-06 17:34:01.0
解决IE6下 PNG背景 和PNG图片透明的方法。

? iepng.js??然后将此文件上传至images 目录内。

?</head> 的上面一行添加下面的代码

加上判断IE6的代码,节省资源

<!--[if IE 6]>
<script src="$imgpath/iepng.js" type="text/javascript"></script>
<script type="text/javascript">
?? EvPNG.fix('div, ul, img, li, input'); 
</script>
<![endif]-->
  相关解决方案