Settings | Sign in | Sign up

The author has 1 post.

【资料】IE6不支持PNG透明问题

Floor 1 产品的注销 1/25/11 14:47
一个老外写的支持png图片的透明,背景定位。全搞定!!!!
DD_belatedPNG_0.0.8a-min.js
用法
<!--[if lte IE 6]>
<script src="DD_belatedPNG_0.0.8a.js" type="text/javascript"></script>
    <script type="text/javascript">
        DD_belatedPNG.fix('div, ul, img, li, input , a');
    </script>
<![endif]-->
fix处是你需要进行透明化的标签,或者类都可以!!
这是js的下载地址
http://www.028guzheng.com/793395_16370305896/DD_belatedPNG_0.0.8a.js

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.