In my experience even in IE6 things go right, since even in IE6 block elements get the full width.
A problem may be that in a horizontal menu the LIs will have to float:left, and not a display:inline-block or so.
In my experience even in IE6 things go right, since even in IE6 block elements get the full width.
A problem may be that in a horizontal menu the LIs will have to float:left, and not a display:inline-block or so.