<!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" xmlns:v="urn:schemas-microsoft-com:vml"><!--IE6要加这个:xmlns:v="urn:schemas-microsoft-com:vml",可以全部加-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>ie6 图片缩放产生锯齿不清晰bug解决方法</title>
<style>
.vml{behavior: url(#default#VML);}
<!--[if IE 7]><!-->img.ie7fix{-ms-interpolation-mode: bicubic;}<!--<![endif]-->
</style>
</head>
<body>
<!--IE6才显示的-->
<!--[if IE 6]><!--><v:image src="20110413145113207_2553.jpg" class="vml" style="width:150px; height:120px;display:block;"/><!--<![endif]-->
<!--非IE6显示的-->
<!--[if !IE 6]><!--><img src="20110413145113207_2553.jpg" width="180" height="130" class="ie7fix"/><!--<![endif]-->
<img src="20110413145113207_2553.jpg" width="180" height="130" class="ie7fix"/>
</body>
</html>