图片分类树,IE下错位,怎么解决。

2016-07-07 16:22 来源:www.chinab4c.com 作者:ecshop专家

我把分类树都改成图片的了。。网站:http://www.chaorenpin.com
但是发现。2级分类在IE下向右错位偏移了。
如图:
22.jpg

但是在FF火狐浏览器下。又是正常的。都对齐了
如图:
11.jpg


找了好几个朋友。都说是FF和IE对CSS的解释不一样。导致不同浏览器下的错位

放出代码。寻求解决错位的方法

回答:
这个是category_tree.lbi的代码
  1. <meta http-equiv="Content-Type" content="text/html; charset=GBK">
  2. <div id="category" style="margin-top:10px;"><h3>分类</h3><div class="main">
  3. <ul>
  4. <!--{foreach from=$categories item=cat}-->
  5. <li><h4><span class="parent-cat"><A href="{$cat.url}"><img src="images/{$cat.name|escape:html}.gif" /></A></span><br />
  6. <!--{foreach from=$cat.children item=child}-->
  7. <dd><a href="{$child.url}"><img src="images/{$child.name|escape:html}.gif" /></a></dd>
  8. <!--{/foreach}-->
  9. </li>
  10. <!--{/foreach}-->
  11. </ul>
  12. </div></div>
复制代码

CSS我不太懂。这段应该是<dd>的吧。
  1. #payment .main dd{
  2. float:left;
  3. line-height:19px;
  4. width:600px;
  5. margin:0 0 9px 6px;
  6. *margin-left:0;
复制代码

那位亲。帮下忙啊

顶下。。

雷锋在哪里

那位能帮帮忙哦

我来参观我自己的贴子了。不行么。不行么。。。

还是RMB比较靠得住。。。。掏钱让人做了。。哎。。。

我总算明白了。知识就是金钱。。。