|
|
|
The html code menu doesn't show the drop down sub items.
Return to Recent Questions
Q:
The html code menu doesn't show the drop down sub items. If you would look at the script there are two
sublinks for Accommodation which however is not visible when we are
doing a mouseover. I have attached the revised data.js file with
this mail. Please let me know if thre is anything else hat I need to
look into.
A:
You should set back color for your submenus.
For example you should create style and assign it for the subitems:
var itemStyles = [
["itemBackColor=#61420A,#B77D13","itemBorderWidth=1","itemBorderStyle=solid,solid",, "itemBorderColor=#3C2906,#3C2906"],//style0
];
["Accommodation","#", "", "", "", "", "", "", "", ],
["|test1 text text","", "", "", "", "", "0", "", "", ], //style0
["|test2 text text text text","", "", "", "", "", "0", "", "", ],//style0
You should also set the following parameters:
var itemAlign="left";
var subMenuVAlign="bottom";
Return to Recent Questions
Related:
- May 16, 2009 - The alignment of the submenus is not correct in my menus web.
- May 18, 2009 - When I upgraded the browser to IE 7, the down menu java script doesn't show any more.
- Jun 11, 2009 - The Norwegian characters are not showed in the drop down dhtml menu correctly.
- Jun 14, 2009 - The separator image doesn't show in javascript navigation menu
- Jun 18, 2009 - Is there a way to show a links like I have in the menu dhtml javascript if the JavaScript is not allowed on computer?
- Jun 23, 2009 - I cannot get the separator images to appear in the net dhtml menu.
- Aug 02, 2009 - Why my menu javascript dhtml does not float and why I cannot centre the menu javascript dhtml?
- Aug 31, 2009 - In IE 6.0 and Firefox, the submenus of my right click menu javascript are not visible
- Sep 28, 2009 - The javascript scrolling menu doesn't show the drop down sub items.
- Nov 02, 2009 - My dhtml menu editor icons are not appearing in the preview, or when I open DHTML-menu.html
- Nov 25, 2009 - The javascript pop up menus doesn't show the sub items at all.
|