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