I have an issue with drop-down navigation in IE. The link to webpage is as follows. Sub-menu doesn’t appear at all in IE, however in rest of the browser it is working fine.
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.
The main issue I can see, is caused by putting the code below before your
DOCTYPE. It causes IE to go into quirks mode instead of standards mode. If there is something, even a comment, before theDOCTYPEthen Internet Explorer will trigger quirks mode.:Move the code inside of the
<head>section to stop IE from going into quirks mode.