|
|
|
Is there a way to change the height of the top items in my css menu examples.
Return to Recent Questions
Q:
Is there a way to change the height of the top items in css menu examples. I couldn't find in Tuner how to change the height of top items.
I want all of the main buttons to be the same size.
When I tried to change it in the script file I had errors.
A:
You should create Individual Item Style and assign for the top items, for example:
var itemStyles = [
["itemHeight=30px"],
];
var menuItems = [
["Home","testlink.html", "", "", "", "", "0", "", "", "", "", ],
["Product Info","", "default.files/icon1.gif", "default.files/icon1o.gif", "", "", "0", "", "", "", "", ],
Return to Recent Questions
Related:
- March 12, 2009 - I don't understand, how can change place of the icon in button context menu...
- March 15, 2009 - How can I disable items in javascript menu system?
- March 16, 2009 - How can I change item width in the Vista templates in the web site navigation?
- March 31, 2009 - Is there any way can we display submenu items on mouse over in javascript dropdown menu?
- Apr 01, 2009 - How can I set different parameters for diferent items in my menu tree javascript?
- Apr 02, 2009 - Where can I change the font size of the top tree menu script items?
- Apr 03, 2009 - I would like to change the height of the submenu items in the javascript submenu...
- Apr 04, 2009 - Is there a way to have an automatic line-break for large submenu items in over drop down menu?
- Apr 06, 2009 - Can the link items NOT open a new window in the site navigation menu?
- Apr 10, 2009 - Do we have to change the domain key each time we move the down menu navigation...
- Apr 11, 2009 - I cannot see the shadow on the top items in my java dropdown menu example.
|