Universal CSS Navigation Menu Support Product Page
Answered
Menu expands uncontrollably in Firefox
Asked 13 May 2014 15:45:02
1
has this question
13 May 2014 15:45:02 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 13 May 2014 16:02:44
13 May 2014 16:02:44 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 14 May 2014 14:49:51
14 May 2014 14:49:51 David Hampton replied:
Thank you for finding the problem for me so quickly.