ie6下png图片变透明解决方案

来源:互联网 发布:阿里云域名解析冲突 编辑:程序博客网 时间:2024/04/28 03:05
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>    <title></title>    <style type="text/css">        body{background-color:Red;}    </style>    <script src="js/DD_belatedPNG.js" type="text/javascript"></script><script type="text/javascript">    DD_belatedPNG.fix('.pic');</script><style type="text/css">    .pic    {     background:url(images/png-24.png);        width:454px;     width:343px;     height:173px;    }</style>  </head><body>login页面   <div class="pic">     </div></body></html>

原创粉丝点击