My navigation won’t show in IE9, but it will in every other browser.
Please help, not sure about IE8, or before..
What is my problem?
Website: http://www.govansk.com
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.
The first thing to do is moving jQuery up to be the first included JavaScript file. That solves the “jQuery is undefined” error. Move it before
cufon-yui.js:And then you seem to be missing the include for the s3slider plugin. Judging by a quick Google search, you must have this line somewhere after including jQuery:Of course, you must ensure the presence of that file. Maybe that offending line is a leftover from before switching to whatever nivo slider is, because both seem to be targeting the
#sliderelement.I’m pretty sure that’s it. Remove this code:
EDIT: As for Cufon, I found this post:
http://blog.ninanet.com/2011/04/29/cufon-and-ie9
If it doesn’t help, I suggest more Googling about Cufon in IE. I have no experience with Cufon, so I can’t help you further, I’m afraid.