sebnitu / HorizontalNav

A jQuery plugin that spans a horizontal navigation to fit the full width of it's container.
MIT License
277 stars 43 forks source link

Fix for a fixed width menu with tableDisplay: false #17

Closed filflora closed 2 years ago

filflora commented 10 years ago

If I have to support dropdowns Firefox doesn't supports display: table-cell and position: relative. So tableDisplay: false is needed. Now, if the menu has fixed width (like in my case) all the menu items are floating on eachother. With this fix the actual menu width can be calculated even if the width is defined in CSS.