Hello,
I have changed the color of selected and active menus with the following code in safe_mode.css:
Code: |
{$id}.yui-skin-sam UL LI.yuimenuitem-selected
{
background-color: #555555;
}
{$id}.yui-skin-sam UL LI.yuimenuitem-active {
background-color: #757575;
}
|
This works well. However, as submenus are invisible when the parent menu is not selected, I would also like the parent menu to change its color when the submenu is active.
I would therefore need something like "yuimenuitem-hassubmenu-active", but this does not seem to exist.
Is there any way to do this?
Yours DVo