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