|
|
|
I want to have a different font and color for my onmouseover examples 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 onmouseover examples?
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 context menu javascript items?
- Apr 03, 2009 - I would like to change the height of the submenu items in the cross browser drop down menu...
- Apr 20, 2009 - I need the BG color behind items to be flush with the sides of the html code menu.
- May 04, 2009 - Which file(s) I should change to change the content of each html menu tab?
- May 25, 2009 - How can I setup size and color of the font for individual button in the html vertical menu?
- May 26, 2009 - How I can edit/specify the color schemes on the Glass style tabs in multiple drop down menus maker?
- May 27, 2009 - The submenu of css pull down menu 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 java pull down menu...
- Jun 13, 2009 - How I can change the background of the top level javascript absolute position?
- Jun 15, 2009 - Is it possible to change the position of a menu item in the net popup menu?
|