|
The height of my submenus in the up menu script is not correct.
Return to Recent Questions
Q:
The submenu should look identical to the up menu script but it is not
allowing this.
Even though parameters are set to 0 it is showing smart scroll and also
not showing the sub menus how they should be.
I also notice and error in the templates window view when I am looking
at the up menu script.
A:
You've set the exact width for your submenus:
var smHeight="21px"; // it is the height of the whole submenu
It is not right.
Try to write:
var smHeight="";
> I also notice and error in the templates window view when I am looking
> at the menu.
Now you have:
var pressedItem="";
It is not correct. Try to set:
var pressedItem="-2";
See the attached example.
Return to Recent Questions
Related:
- May 16, 2009 - The alignment of the submenus is not correct in my dhtml website navigation.
- Jun 11, 2009 - The Norwegian characters are not showed in the menu html css correctly.
- Jul 05, 2009 - My simple popup menu submenu is not display at the correct position with Firefox.
- Aug 31, 2009 - In IE 6.0 and Firefox, the submenus of my down vertical menu are not visible
- Oct 23, 2009 - The alighment of the menu javascript css is not correct in Firefox...
- Dec 17, 2009 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my context menu javascript are not visible.
- Jan 28, 2010 - I have spanish characters that are not showing up in my menu pop up correctly.
- Feb 15, 2010 - The css menu drop down doesn't show the drop down sub items.
- April 19, 2010 - Is there a way to expand only the javascript layer menu and not the submenus?
|