Click here to Skip to main content
16,021,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to Open Dropdown in Mouser Hover.
Posted
Comments
So, what is the issue?
EduChapow 17-Jan-14 9:00am    
search in google site before man! please!

1 solution

If you want to use do/it in css here is an example

CSS
.wrapper-dropdown-2:hover ul
{
    display:block;
}
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900