|
The height of my submenus in the html menu generator is not correct.
Return to Recent Questions
Q:
The submenu should look identical to the html menu generator 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 html menu generator.
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 script menu horizontal.
- Jun 11, 2009 - The Norwegian characters are not showed in the menu using html correctly.
- Jul 05, 2009 - My popup menu code submenu is not display at the correct position with Firefox.
- Aug 31, 2009 - In IE 6.0 and Firefox, the submenus of my horizontal css menu are not visible
- Oct 23, 2009 - The alighment of the javascript horizontal menu is not correct in Firefox...
- Dec 17, 2009 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my list menu html are not visible.
- Jan 28, 2010 - I have spanish characters that are not showing up in my list menu javascript correctly.
- Feb 15, 2010 - The html drop down menu doesn't show the drop down sub items.
- April 19, 2010 - Is there a way to expand only the javascript menu horizontal and not the submenus?
|