码迷,mamicode.com
首页 > Web开发 > 详细

jQuery解决IE6图片不透明的问题

时间:2015-11-15 23:09:06      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:

需要引入两个文件

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>

jQuery解决IE6图片不透明的问题

标签:

原文地址:http://www.cnblogs.com/zhouxuesong/p/4967664.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!