I have a nav bar that when I over over an element the next list displays. But when my mouse leaves the original nav the list dissappears. I want the list to stay when it is overed upon. Can you please help?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Because your event handler is attached to your
li.dropelement, you need to encapsulate your child menu in that element like so…