The alighment of the custom popup menu is not correct in Firefox...
Return to Recent Questions
Q:
How can I correct the alignment of DHTML Menu in FireFox?
I'm having an issue with horizontal alignment of custom popup menu.
The alighment is not correct in Firefox...
A:
Please, see custom popup menu parameters. They contains:
var menuWidth="0";
You should set exact value for this parameter in "px", for example:
var menuWidth="400px";
It's necessary to specify exact value for Mozilla browsers.
It helps to position custom popup menu correctly.
Return to Recent Questions
Related:
- March 21, 2009 - I am trying to get my submenu to be all black in my javascripts menu...
- March 22, 2009 - Submenus appear away for the navigation website.
- March 24, 2009 - In dhtml sample creator there's no option for turning the cursor into a hand.
- March 30, 2009 - Is there a way to optimize the dhtml meny to reduce the loading time for submenus?
- March 31, 2009 - Is there any way can we display submenu items on mouse over in horizontal menu bar?
- Apr 01, 2009 - How can I set different parameters for diferent items in my web page navigation?
- Apr 03, 2009 - Our submenus don't appear alignment to the toplevel navigation menu bar.
- Apr 03, 2009 - I would like to change the height of the submenu items in the horizontal flyout menu...
- Apr 04, 2009 - Is there a way to have an automatic line-break for large submenu items in web page drop down menu?
- Apr 15, 2009 - My mainmenu items are not links. So I need no link cursor for these floating menus items.
- Apr 24, 2009 - How can I define which menus using css submenus should be multicolumn and wich one looks "normal".
|