Why is the submenu has a different colour than menu items in the javascript menu bar?
Return to Recent Questions
Q:
Why is the submenu a different colour has a different colour than menu items - surely that's not an
IE specific feature? The top-level menu items seem to be a different size
too, so the layout in IE looks more even.
A:
Submenus has a different color because they have a transparency:
var transparency="90";
Set it to 100.
Submenus also have larger width than top items because they contains
more text. If you want to wrap the text, use tag between item words.
Return to Recent Questions
|