In firefox my css vertical javascript menu is shifted way to the right
Return to Recent Questions
Q:
In internet explorer the menu appears as expected, in firefox it is shifted
way to the right
The deluxe menu code is all wrapped within < center> < /center> tags
How can this be resolved?
A:
Try to specify units in "px", for example:
var menuWidth="700px";
It's necessary to specify exact value for Mozilla browsers. It helps
to position menus correctly.
Return to Recent Questions
|