|
|
How I can change the background of the top level mouse over menu names?
Return to Recent Questions
Q:
Which parameters do I change so that the background of the top level
menu names change their background?
A:
If you want to change the background of the top level menu items only
you should use Individual Item Styles and change them.
For example, you have:
var itemStyles = [
["itemBackColor=#8C63D8,#CBB8ED","itemBorderColor=#8C63D8,#CBB8ED"], //style 0
];
var menuStyles = [
["menuBackColor=#8C63D8","menuBorderColor=#8C63D8"], //style 0
];
var menuItems = [
["Text;", "link", "", "", "tip", "target", "0", "0"],
["Text;", "link", "", "", "tip", "target", "0", "0"],
];
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
|