开发者

Nasty IE6 <ul> <li> stair bug

In that page, the submenu if fine in firefox, but as usual, the nasty explorer is interpreting that differently....

how do you troubleshoot css bug in IE6

what is the css bud there ?

here is the page


Sorry to ask, I have found the PERFECT SOLUTION...

here is the link

h开发者_JAVA百科ere is the text :

Here is the remedy:

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


I think you want to float the <li> elements instead of the links within them

just move the float: left; from the links to the <li>s

Also remove the float: left; from the <ul>

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜