|
|
Can the main java script menu items be set so they are all the same width?
Return to Recent Questions
Q:
Can the main menu items be set so they are all the same width without specifying pixel widths?
A:
You should create Individual Style and assign this style for all
items.
var itemStyles = [
["itemWidth=150"], //style 0
];
var menuItems = [
["DHTML Menus","", "images/icon1.gif", "images/icon1o.gif", , ,"0", , , , , ], // assign style 0
["Apycom products","", "images/icon1.gif", "images/icon1o.gif", , , "0", , , , , ], // assign style 0
["Contacts","http://www.apycom.com/contact.html", "images/icon1.gif", "images/icon1o.gif", , , "0", , , , , ], // assign style 0
];
Return to Recent Questions
|