|
I only want one sub-menu to have multi-columns in web page drop down menu.
Return to Recent Questions
Q:
How do I make the sub-menu for the 'Sample' web page drop down menu item a multi-column and leave the
'Product Info' web page drop down menu item as is Using the example web page drop down menu you have. I want only certain sub-menus to have
multi-columns. I don't want all web page drop down menu items to have a multi-column submenu.
A:
Please, see the attached example.
You should use Individual Item Styles.
var menuStyles = [
["smColumns=2"],
["smColumns=1"], //style 1
];
...
["More Samples","testlink.htm"],
["|Group 1","", , , , , "3", "1", , ], //assign style 1
Try that.
Return to Recent Questions
|