csswizardry/ama

How can I make hover effect remains after mouse left over ?

Opened this issue · 2 comments

I need to use this remain state on a drop down menu , which it highlight the background-color of the all the parents on a li element.

I'd propose to apply the styling on hover and focus

No problem.
Finally I make it works, with the help of an ispiration from the Holy Spirit. :)

I put it :

#menu ul li:hover > a {
background-color: /* other color */ ;
}