How create dhtml menu using images that were created in a different program?
Return to Recent Questions
Q:
I have images that I want to use for the top level of the menu.
How do I create a menu using images that were created in a different
program? I tried to look in the frequently asked questions but I
couldn�t find anything that told me how. Thank you in advance for
your help.
A:
You can use any image for the top items.
You can set
var itemBackImage=["",""];
Or, create Individual style
var itemStyles = [
["itemWidth=92px","itemBorderWidth=0","fontStyle=normal 11px Tahoma","fontColor=#FFFFFF,#FFFFFF","itemBackImage=data-vista-03.files/btn_magentablack.gif,data-vista-03.files/btn_magenta.gif"],
];
The new method of making image-based menus: if item text is empty, icon fields will be used as item images.
For example:
["", "index.html", "itemImageNormal.gif", "itemImageOver.gif", "Home Page"]
Return to Recent Questions
|