令人讨厌的IE6 <ul> <li>楼梯虫</li> </ul>

时间:2009-11-10 13:30:26

标签: css internet-explorer-6

在那个页面中,子菜单如果在Firefox中很好,但像往常一样,讨厌的探险家正在以不同的方式解释....

如何解决IE6中的css错误

那里的css芽是什么?

here is the page


很抱歉,我找到了完美的解决方案......

here is the link

这是文字:

Here is the remedy:

ul#menu li {
    display: inline; /* Prevents "stepdown" */
}

1 个答案:

答案 0 :(得分:0)

我认为你想要浮动<li>元素而不是其中的链接

只需将float: left;从链接移至<li> s

即可

同时删除浮动:左;来自<ul>