Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking drop downs in FF #13

Open
nategabriel opened this issue Oct 3, 2012 · 3 comments
Open

Breaking drop downs in FF #13

nategabriel opened this issue Oct 3, 2012 · 3 comments
Labels

Comments

@nategabriel
Copy link

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.

@bhubbard
Copy link

bhubbard commented Jan 3, 2013

Started using this script with Superfish, have the same issue. Bump.

@sebnitu
Copy link
Owner

sebnitu commented May 30, 2013

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.

Let me know if that fixes your problem.

@filflora
Copy link

tableDisplay : false doesn't solve the problem for me. All the menu items are floating on eachother...

the "li" elements have float: left and width defined, but the "a" tags have: padding-left: 0px; padding-right: 0px;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants