internet explorer not working properly with fancy box
问题 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? 回答1: 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