|
When I open it in IE javascript context menu works fine but in mozilla it shifts to right
Return to Recent Questions
Q:
I have used javascript context menu 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 navigation web design support right-to-left languages, like Hebrew?
- Jun 12, 2009 - In Firefox my java drop down menu is shifted way to the right
- Aug 10, 2009 - In Firefox, the html code drop down menu is displayed to the right of the top html code drop down menu text
- Sep 07, 2009 - The sub menus of the pulldown menu javascript are offset by about 100 pixels to the right.
- Sep 11, 2009 - How can I create click menu javascript using right-to-left languages?
- Sep 13, 2009 - Can I create a scroll vertical list menu css 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 dynamic menu using?
- Oct 12, 2009 - I do not see any option in drop down menu css to open the URL in new window on right-click
- Oct 29, 2009 - The sub menus of the net web menu are offset by about 100 pixels to the right...
- Dec 11, 2009 - I do not see any option in css li menu 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 dropdown menu code.
|