|
|
|
Is there a way to change the height of the top items in my horizontal drop down menus.
Return to Recent Questions
Q:
Is there a way to change the height of the top items in horizontal drop down menus. 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 horizontal dropdown menu?
- March 16, 2009 - How can I change item width in the Vista templates in the dynamic menu using?
- March 31, 2009 - Is there any way can we display submenu items on mouse over in horizontal javascript menu?
- Apr 01, 2009 - How can I set different parameters for diferent items in my right click popup menu?
- Apr 02, 2009 - Where can I change the font size of the top dynamic menus items?
- Apr 03, 2009 - I would like to change the height of the submenu items in the navigation site...
- Apr 04, 2009 - Is there a way to have an automatic line-break for large submenu items in drop down menu javascript?
- Apr 06, 2009 - Can the link items NOT open a new window in the menu javascript css?
- Apr 10, 2009 - Do we have to change the domain key each time we move the javascript pull down menus...
- Apr 11, 2009 - I cannot see the shadow on the top items in my css dropdown menu example.
|