|
|
|
The menu dinamico html doesn't show the drop down sub items.
Return to Recent Questions
Q:
The 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 mouse over. I attaching the data.js file with
my mail. Please let me know if thre is anything else hat i need to
look into my menu dinamico html.
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 with your menu dinamico html:
var itemAlign="left";
var subMenuVAlign="bottom";
Return to Recent Questions
Related:
- Apr 24, 2009 - How can I define which dynamic pull down menu submenus should be multicolumn and wich one looks "normal".
- May 16, 2009 - The alignment of the submenus is not correct in my script menu horizontal.
- Aug 31, 2009 - In IE 6.0 and Firefox, the submenus of my horizontal css menu are not visible
- Nov 25, 2009 - The vertical flyout menu v doesn't show the sub items at all.
- Dec 07, 2009 - Can I make submenus were you can't see through them in my javascript popup menus?
- Dec 17, 2009 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my list menu html are not visible.
- 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?
- April 27, 2010 - The height of my submenus in the html menu generator is not correct.
|