Here is my problem http://jsfiddle.net/yf4W8/4/
When I try to access menu items,menu disappears too quickly.How can I solve ?
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.
Fixed!
http://jsfiddle.net/yf4W8/14/
I just wrapped it in another div, and if you hover THAT, the menu will appear. My wrapper wraps the menu too, so if you leave the
<a>you’re still on the wrapper, keeping the menu visible.