|
|
|
I want to have a different font and color for my javascripts menu submenu items...
Return to Recent Questions
Q:
Basically I want to have a different font and color for my submenu items
so they appear differently than the main Items - but it seems
there is only two options for fonts in "Individual Styles" for
"Submenu styles".
The global font parameters affecting all fonts (main items and submenus).
Why there is no font paramenters for Submenu Items in javascripts menu?
A:
You can assign Item Style for the submenu items too.
See the example:
var itemStyles = [
["fontStyle=normal 13px Comic Sans MS"], //item style 0
];
You should assign this style for all items in submenu.
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
Related:
- March 12, 2009 - I don't understand, how can change place of the icon in button context menu...
- Apr 02, 2009 - Where can I change the font size of the top populate drop down menu items?
- Apr 03, 2009 - I would like to change the height of the submenu items in the web menus...
- Apr 20, 2009 - I need the BG color behind items to be flush with the sides of the css drop down menus.
- May 04, 2009 - Which file(s) I should change to change the content of each drop down menu css tab?
- May 25, 2009 - How can I setup size and color of the font for individual button in the css list menus?
- May 26, 2009 - How I can edit/specify the color schemes on the Glass style tabs in navigation menu html maker?
- May 27, 2009 - The submenu of javascript floating window disappears, it goes BEHIND the flash and can't be seen.
- Jun 04, 2009 - I've tried to change the width of the images within the popup menu...
- Jun 13, 2009 - How I can change the background of the top level javascript scrolling menu?
- Jun 15, 2009 - Is it possible to change the position of a menu item in the java drop down menus?
|