|
In Firefox my menu in java script is shifted way to the right
Return to Recent Questions
Q:
In IE the menu in java script appears as expected, in Firefox it is shifted
way to the right
The menu in java script 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 menu in java script correctly.
var menuWidth="700px";
Return to Recent Questions
Related:
- March 13, 2007 - Now we are having the "Incorrect Copyright" on our dhtml menu source...
- March 16, 2007 - Is there any way to keep a java rollover lit up when going to another page?
- March 19, 2007 - How to get the menu javascript css to highlight and stay on the page you're viewing?
- March 19, 2007 - I need that the menus css loads pages into an iFrame.
- March 20, 2007 - Is it possible to have the "parent" items of the navigation web be purely an image?
- March 21, 2007 - How can we increase the width of the vista style buttons of vertical sliding menu?
- March 22, 2007 - Do the Vista style css menu background support a separator?
- March 24, 2007 - In down menus in javascript creator there's no option for turning the cursor into a hand.
- March 26, 2007 - After click the links the html floating menu stops showing up in cross-frame mode...
- March 28, 2007 - Is it necessary to add dmWorkPath parameter in the menu css horizontal?
- March 30, 2007 - Is there a way to optimize the net dhtml menu to reduce the loading time for submenus?
|