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