|
Why is the sub menu has a different color than menu items in the down menu using javascript?
Return to Recent Questions
Q:
Why is the sub menu has a different color than down menu using javascript items - surely that's not an
IE specific feature? The top-level menu items seem to be a different size.
A:
Sub menus has a different color because they have a transparency:
var transparency="90";
Set it to:
var transparency="100";
Sub menus also have larger width than top items because they contains
more text. You can also wrap the text in down menu using javascript. Use tag between item words.
Return to Recent Questions
Related:
- March 12, 2009 - I don't understand, how can change place of the icon in button context menu...
- March 18, 2009 - I am getting a Javascript error, when accessing any of the javascript drop down menu.
- March 21, 2009 - How can we increase the width of the vista style buttons of css popup?
- March 29, 2009 - How could I call a script instead of specifying a link in show pop up menu myspace?
- March 30, 2009 - Is there a way to optimize the menu html css to reduce the loading time for submenus?
- Apr 01, 2009 - How can I set different parameters for diferent items in my web navigation buttons?
- Apr 03, 2009 - I would like to change the height of the submenu items in the css horizontal drop down menu...
- Apr 05, 2009 - How to integrate your flyout menus into Microsoft Expression Web?
- Apr 10, 2009 - I can not figure out how to fix the javascript menu maker from going off the page in Mozilla...
- Apr 11, 2009 - I have the pull down menu code somewhat in location, none of the settings are correct...
- Apr 13, 2009 - What the options of CSS parameters in the dhtml menu editor?
|