ama
ama copied to clipboard
How can I make hover effect remains after mouse left over ?
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 */ ;
}