|
The alighment of the dhtml select 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 dhtml select.
The alighment is not correct in Firefox...
A:
Please, see dhtml select 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 dhtml select correctly.
Return to Recent Questions
Related:
- March 21, 2009 - I am trying to get my submenu to be all black in my navigation menu code...
- March 22, 2009 - Submenus appear away for the javascript for drop down menu.
- March 24, 2009 - In vertical menu css creator there's no option for turning the cursor into a hand.
- March 30, 2009 - Is there a way to optimize the javascript navigation to reduce the loading time for submenus?
- March 31, 2009 - Is there any way can we display submenu items on mouse over in drop down menu select?
- Apr 01, 2009 - How can I set different parameters for diferent items in my dhtml dynamic menu?
- Apr 03, 2009 - Our submenus don't appear alignment to the toplevel menu web design.
- Apr 03, 2009 - I would like to change the height of the submenu items in the javascript slide menu...
- Apr 04, 2009 - Is there a way to have an automatic line-break for large submenu items in image rollover menu?
- Apr 15, 2009 - My mainmenu items are not links. So I need no link cursor for these net dynamic menu items.
- Apr 24, 2009 - How can I define which pulldown menu submenus should be multicolumn and wich one looks "normal".
|