Alright, so I’m trying to write a drop-down menu in JavaScript, but it doesn’t vanish when it should (on mouse out). How do I make it vanish when it should?
Here is the site it’s on: http://prime.programming-designs.com/designs/graymech/about.htm
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.
You have ReferenceError on lines 31 and 43 in your code where a function called
IsMouseOveris invoked.Appears as though this function doesn’t exist in your code.