|
In Firefox my vertical drop down menus is shifted way to the right
Return to Recent Questions
Q:
In IE the vertical drop down menus appears as expected, in Firefox it is shifted
way to the right
The vertical drop down menus code is all wrapped within < center> < /center> tags
How can this be fixed?
A:
Try to specify units in "px", for example:
It's necessary to specify exact value for Mozilla browsers. It helps
to position vertical drop down menus correctly.
var menuWidth="700px";
Return to Recent Questions
Related:
- March 13, 2009 - Now we are having the "Incorrect Copyright" on our dynamic menu using...
- March 16, 2009 - Is there any way to keep a javascript popup menus lit up when going to another page?
- March 19, 2009 - How to get the dynamic menus to highlight and stay on the page you're viewing?
- March 19, 2009 - I need that the navigation site loads pages into an iFrame.
- March 20, 2009 - Is it possible to have the "parent" items of the down menus css be purely an image?
- March 21, 2009 - How can we increase the width of the vista style buttons of javascript pull down menus?
- March 22, 2009 - Do the Vista style java script drop down menu support a separator?
- March 24, 2009 - In navigation web design creator there's no option for turning the cursor into a hand.
- March 26, 2009 - After click the links the css vertical menus stops showing up in cross-frame mode...
- March 28, 2009 - Is it necessary to add dmWorkPath parameter in the site navigation?
- March 30, 2009 - Is there a way to optimize the down menus javascript to reduce the loading time for submenus?
|