Skip to content


Fix PNG image transparence in IE6

transparent PNG image in IE6 is very headache!
Here is a another solution called DD_belatedPNG. you can find it here.

Usage:

<!–[if IE 6]>

<script src=”DD_belatedPNG_0.0.8a-min.js” type=”text/javascript”></script>

<script type=”text/javascript”>

DD_belatedPNG.fix(‘ClassName1,ClassName2′);

</script>

<![endif]–>

Posted in 前端开发.

0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.