Hi,
Have a problem to try and solve.
Basically I need to find a way of keeping a hover state for an <li> item (background colour) when theres a drop down menu (a sub <ul> list), of course, when hovering over the drop down menu the hover state for the <li> item goes away.
Is there a way of keeping that hover state while the drop down menu is in place?
The menu is all CSS. Is this solution also viable with CSS or would I need to go down the javascript route?