Is there a way to change the height of the main buttons in my simple dhtml menu.
Return to Recent Questions
Q:
Is there a way to change the height of the main buttons in Dhtml Menu. When I use the GUI
tool there is nowhere to change the main button height. And when I tried
to change it in the script file, it did me no good. I want all of the
main buttons to be the same size.
A:
You can use standard <img> object to set menu height, for example:
var menuItems = [
[" <img src='blank.gif' width=1 height=50>text"],
];
Return to Recent Questions
|