So, I have a menu which has two requirements: 1. The items should take all available space 2. The submenu should appear (obviously) under the menu item hovered.
The thing is, when I put this style: float: none; on the menu items, the submenus appear always on the left. If I put the style float: left to them, they appear where they should, but the items won't take all space.
I made this fiddle with a toggle button that changes that style to show you what I mean.
http://jsfiddle.net/Osoascam/ncA3B/
(I'm using Twitter Bootstrap, and this error only happens on FIREFOX)
Thanks in advance,
Óscar S.