I'm not a programmer, but I've put together a site that uses fancy box and all is good in chrome and firefox, but ie8 & ie9 are a disaster. the site is http://www.pinnaclebillboards.com.
I've searched to correct the problem but i'm not even sure how to describe it. Can anyone point me in the right direction please?
You are missing the DOCTYPE
so IE is working in quirks mode. You need to set the proper DOCTYPE
to make fancybox to work in IE. Check this link or this other for more on this topic.
Also be sure that you close your tags properly to avoid further issues.
I'm going to take a stab in the dark here and suggest it has something to do with loading a flash object into the fancybox. Shouldn't be a problem, but ya never know with IE.
From looking at the source I have a few recommendations: