I have a classic UL multilevel menu that works flawlessly in Firefox.
The LI are float: left
, and the A inside is width: 100%
and display: block
but as you can see from the screenshots below the submenu items (Hello, World and Foobar) display inline.
The weird thing is that this affects the menu even when using canned solutions such as Suckerfish.
What do you suggest i look into to solve the problem?