You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that FF doesn't let you position things absolutely in a parent element that has display: table-cell applied to it. A workaround is to just set tableDisplay : false and that will force the plugin to calculate the widths of each nav element manually.
I may remove the display: table setting all together in the next update since I've had a few people with this issue already and it's not very intuitive why it doesn't work in FF.
Navigation items with drop down menus are being displayed inline instead of in a list style format like its supposed to.
For example
FF:
Menu Item
Sub Menu1 Sub Menu2 Sub Menu3
Webkit, IE, Opera:
Menu Item
Sub Menu1
Sub Menu2
Sub Menu3
Tested in FF 9, 12, and 15.
The text was updated successfully, but these errors were encountered: