I am looking for suggestion on the CSS / pseudo code that maintains the top-level parent background when you are scrolling down its sub-menu with the mouse. On most of the Kriesi menus, whether you color the text on hover or apply a background on hover, you lose the color or background when you hover that particular top-level parent's sub-menu. I would like to maintain the background on the top-level parent in question when the hover is over the sub-menu of that parent.
I tried different pseudo-code including this one, ".jqueryslidemenu > ul > .current-menu-ancestor a + .main_menu ul.sub-menu a {background-color: #B9B56B; } " and it did not work. Your ideas are appreciated.
TDR














