I want to have a different font and color for my javascript hide submenu items
Return to Recent Questions
Q:
I am curious why there are no font settings for "Individual Styles" for
"Submenu styles".
Basically I want to have a different font and color for my submenu items
so they appear differently than the normal primary Items - but it seems
there is only two options for fonts:
- The global font parameters affecting all fonts (primary and sub).
- And the Individial Styles for primary Item Styles.
Why no font paramenters for Submenu Items?
A:
You can assign Item Style for the submenu item too.
See the example:
var itemStyles = [
["fontStyle=normal 13px Comic Sans MS"], //item style 0
];
var menuStyles = [
];
["Product Info","", "default.files/icon1.gif", "default.files/icon1o.gif", , , "0", , , ], //item style 0
["||How To Setup","testlink.html", "default.files/icon6.gif", "default.files/icon6o.gif", , , "0", , , ], //item style 0
Return to Recent Questions
|