|
|
Can I specify an image in place of text or background in my menu vertical example?
Return to Recent Questions
Q:
For each item in my menu, can I specify an image in place
of text or background?
A:
If you want to use images instead item text, you should use
individual item styles. For example:
var itemStyles = [
["itemWidth=200", "itemBackImage=image1.gif,image2.gif"], // style 0
["itemWidth=150", "itemBackImage=image3.gif,image4.gif"], // style 1
];
var menuItems = [
[" ", "link", "", "", "tip", "target", "0"],
[" ", "link", "", "", "tip", "target", "1"],
];
Where "0", "1" - style number in itemStyles.
Please, use Deluxe Tuner application to create and assign individual
styles. You can find Deluxe Tuner in the trial package.
Return to Recent Questions
|