2019独角兽企业重金招聘Python工程师标准>>>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<link rel="stylesheet" href="base.css" type="text/css" />
<style type="text/css">
.sl-Png-test{width:1000px; height:500px; background:#cccc; background:#fff }
.bg{width:200px; height:200px; background: url(ping24.png) no-repeat;
}
</style>
<!--[if IE 6]>
<script src="http://js.imglafaso.com/js/DD_belatedPNG_0.0.8a.js"></script>
<script>DD_belatedPNG.fix('*'); </script>
<![endif]-->
<!--测试证明 png8支持IE6下透明但是会出现2px左右的毛边,有点影响页面效果,但是png24虽然不支持IE6 但是没有毛边 ,这个可以那DD PNG来 干掉。-->
</head>
<body>
<div class="sl-Png-test"><img src="IE6png测试.png" /><img src="IE6png测试2.png" />
<p class="bg"></p>
</div>
</body>
</html>