解决IE6下PNG图片格式问题.

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>无标题文档</title>
</head>

<body>



<!--[if IE 6]>
IE6 才看得到
<![endif]-->

</body>
</html>

</div>

//以下是樣式:

<!--[if IE 6]>
<script src="js/DD_belatedPNG_0.0.8a.js"></script> //调用js文件
<script>
DD_belatedPNG.fix('*');//*代表PNG文件
</script>
<![endif]-->
</body>
</html>

猜你喜欢

转载自blog.csdn.net/jy123_123/article/details/83176708