I have a menu working in all major browsers except IE7 and IE8. Here is the working menu:
http://jsfiddle.net/DtxWt/
However, In IE7 and IE8, it will display as shown here:
http://imgur.com/gcByA
Any help would be appreciated. Thanks!
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.
navis an HTML5 element and IE7 & 8 do not understand HTML5. I believe IE is interpreting your HTML as<nav></nav><ul><li>...Therefore, your CSS is not being applied. You’ll want to look into using something like http://code.google.com/p/html5shim/ for filling in the missing functionality.