Universal CSS Navigation Menu Support Product Page
Answered
Menu expands uncontrollably in Firefox
Asked 10 years ago
1
has this question
10 years ago David Hampton posted:
The horizontal drop menu background height expands sporadically in Firefox. When you go to another page and click on the same drop menu again it works fine. This is very annoying. Do you have a fix for this? The web test site is: www.piercevision.com/new2The screenshot to display the problem is located here: www.piercevision.com/screenshot.pdf
Replies
Replied 10 years ago
10 years ago Teodor Kuduschiev replied:
Hello,
You made some changes to:
www.piercevision.com/new2/Styles/dmxNavigationMenu.css
This margin:100 is causing the issue + it is absolutely wrong. 100 is not a proper value. 100em or 100px or 100% or ?
You made some changes to:
www.piercevision.com/new2/Styles/dmxNavigationMenu.css
.dmxNavigationMenu ul.horizontal { float: left; margin: 100; }
This margin:100 is causing the issue + it is absolutely wrong. 100 is not a proper value. 100em or 100px or 100% or ?
Replied 10 years ago
10 years ago David Hampton replied:
Thank you for finding the problem for me so quickly.
