The menu I made is working fine if you go over items very slowly if you go a bit faster than it dissappear. How can I fix it ?
Video; http://screencast.com/t/5GvIa1jYHzk
Link to my site; http://tinyurl.com/3g58vhb
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.
It looks like the problem is that the is slightly too far down from the . If you change this line in the css:
Developer tools say this is in common.css, around line 888.
You should be able to get rid of this issue. In chrome I set it to
top: 26 pxand that worked but I would test it in the other browsers as well.I realized that you might still have an issue with moving the mouse to fast. You can solve this using setTimeout function so that when somebody scrolls over the three second later it will hide the . Then if the mouse enters the cancel the setTimeout.