|
When I open it in IE javascript menu navigation works fine but in mozilla it shifts to right
Return to Recent Questions
Q:
I have used javascript menu navigation on my site....when I open it in IE it works
fine but in mozilla it shifts to right...wht can i do so tht it will
be placed at same position in all browers
A:
You can try to set exact width in "px":
var menuWidth="500px";
Return to Recent Questions
Related:
- May 07, 2009 - Does your site navigation bar support right-to-left languages, like Hebrew?
- Jun 12, 2009 - In Firefox my css pop up menu is shifted way to the right
- Aug 10, 2009 - In Firefox, the dynamic drop down menu is displayed to the right of the top dynamic drop down menu text
- Sep 07, 2009 - The sub menus of the menu horizontal javascript are offset by about 100 pixels to the right.
- Sep 11, 2009 - How can I create web page menu using right-to-left languages?
- Sep 13, 2009 - Can I create a scroll vertical menu drop down on the right side of the screen and the subnav popout on the LEFT?
- Oct 05, 2009 - Is there a way to have the sub menus open to left instead of right in javascript menu rollover?
- Oct 12, 2009 - I do not see any option in popup menu using to open the URL in new window on right-click
- Oct 29, 2009 - The sub menus of the script menu horizontal are offset by about 100 pixels to the right...
- Dec 11, 2009 - I do not see any option in drop down menu scripts to open the URL in new window on right-click...
- Jan 29, 2010 - How to open a link in to a new window by right clicking on the dhtml drop menu.
|