| Posted by kchayka on 01/19/06 23:30 
chlori wrote:>
 > In Firefox it looks right, but in IE6 there's a vertical gap
 > between the menu and the submenu.
 >
 > http://arto.ch/tests/reg/navbar2.htm
 
 IE often has trouble with white space within the HTML. Typically
 newlines are the cause of unwanted gaps in horizontal lists.
 
 Sometimes adding display:inline or display:inline-block on some elements
 can resolve it, but be sure to test in other browsers to make sure there
 aren't other side effects. I'd try applying it to the UL first, and go
 from there.
 
 --
 Reply email address is a bottomless spam bucket.
 Please reply to the group so everyone can share.
 [Back to original message] |