|
|
I would like�my navigation javascript buttons all have a uniform width
Return to Recent Questions
Q:
Thank you in advance for reviewing my question. By the way, I
love the software and the menus it creates!
�
Question: I would like�my horizontal menu buttons all have a
uniform width, for example, all 7 top level buttons 120 pixels
wide. I am not finding this setting in the available parameters.
�
Is there�a way to do this? Any assistance would be appreciated.
A:
You should create Individual Style and assign it for all top items.
var itemStyles = [
["itemWidth=120px"],
];
var menuItems = [
["Home","testlink.html", "", "", "", "", "0", "", "", ],
["Product Info","", "deluxe-menu.files/icon1.gif", "deluxe-menu.files/icon1o.gif", "", "", "0", "", "", ],
Return to Recent Questions
|