Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Cristishor201 opened this issue Mar 23, 2017 · 2 comments
Open

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

Cristishor201 opened this issue Mar 23, 2017 · 2 comments

Comments

@Cristishor201
Copy link

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.

@lassediercks
Copy link

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

@Cristishor201
Copy link
Author

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 */ ;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants