当前位置: 代码迷 >> 跨浏览器开发 >> IE6下页面显示错位,其他正常,有图有代码解决方案
  详细解决方案

IE6下页面显示错位,其他正常,有图有代码解决方案

热度:8618   发布时间:2013-02-26 00:00:00.0
IE6下页面显示错位,其他正常,有图有代码
这是IE6下的情况

这是正常情况下的图片


网站是www.0769cs.com代码如下 
CSS是
gsad2 {
float:left;
width:606px;

HTML code
<div class="gsad2"><div id="" class="border1 "> <div class="title"></div> <div class="body"><div class="GoodsListWrap GoodsList GoodsShow">  <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr valign="top">  <td width="25%;" class="item textcenter" id="item-245"> <a class="pic" style="width: 160px; height: 160px;" href="?product-245" target="_blank"> <img alt="飞士剃须刀RSCW-5179" src="http://www.0769cs.com/images/goods/20100913/d70dc641ca5803ef.jpg"> </a> <div class="info"> <div style="height: 18px; line-height: 18px;" class="gname"> <a title="飞士剃须刀RSCW-5179" href="?product-245">飞士剃须刀RSCW-5179</a> </div> <div class="clearfix"> <div class="price textcenter">销售价:<em class="price1">¥18.22</em></div> </div> </div> </td>  <td width="25%;" class="item textcenter" id="item-244"> <a class="pic" style="width: 160px; height: 160px;" href="?product-244" target="_blank"> <img alt="威雄剃须刀RSCW-209" src="http://www.0769cs.com/images/goods/20100913/954906e9c4ab5146.jpg"> </a> <div class="info"> <div style="height: 18px; line-height: 18px;" class="gname"> <a title="威雄剃须刀RSCW-209" href="?product-244">威雄剃须刀RSCW-209</a> </div> <div class="clearfix"> <div class="price textcenter">销售价:<em class="price1">¥20.79</em></div> </div> </div> </td>  <td width="25%;" class="item textcenter" id="item-243"> <a class="pic" style="width: 160px; height: 160px;" href="?product-243" target="_blank"> <img alt="飞士剃须刀RSCW-5078" src="http://www.0769cs.com/images/goods/20100913/f7b923c6a5786c66.jpg"> </a> <div class="info"> <div style="height: 18px; line-height: 18px;" class="gname"> <a title="飞士剃须刀RSCW-5078" href="?product-243">飞士剃须刀RSCW-5078</a> </div> <div class="clearfix"> <div class="price textcenter">销售价:<em class="price1">¥16.90</em></div> </div> </div> </td>  <td width="25%;" class="item textcenter" id="item-242"> <a class="pic" style="width: 160px; height: 160px;" href="?product-242" target="_blank"> <img alt="雄风剃须刀RSCW-109" src="http://www.0769cs.com/images/goods/20100913/e58dfd156cce91ad.jpg"> </a> <div class="info"> <div style="height: 18px; line-height: 18px;" class="gname"> <a title="雄风剃须刀RSCW-109" href="?product-242">雄风剃须刀RSCW-109</a> </div> <div class="clearfix"> <div class="price textcenter">销售价:<em class="price1">¥18.85</em></div> </div> </div> </td>  </tr>  <tr valign="top">  </tr></tbody> </table> <div class="more"><a href="http://www.0769cs.com/?gallery-55-b,_ANY__t,_ANY_-0-grid">更多»»</a></div>.  </div> </div> </div> </div>
  相关解决方案