Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.