简体   繁体   English

Internet Explorer上的jquery和fancybox问题

[英]jquery and fancybox issue on internet explorer

I am using fancybox on my portfolio page using jquery. 我正在使用jquery在我的投资组合页面上使用fancybox。 In internet explorer the fancybox opens underneath the page without the overlay effect or navigation control. 在Internet Explorer中,fancybox在页面下方打开,而没有叠加效果或导航控件。 There does not seem to be a problem in other browsers. 在其他浏览器中似乎没有问题。 Please help! 请帮忙!

http://www.iandale.net/clients/private/brydesign/index2.html http://www.iandale.net/clients/private/brydesign/index2.html

click on portfolio to see the issue. 单击投资组合以查看问题。

the examples work without issue: http://fancyapps.com/fancybox/#examples 该示例可以正常工作: http : //fancyapps.com/fancybox/#examples

thanks, bryan 谢谢,布莱恩

Your issue with IE is because fancybox needs to be running in standards mode and currently your site is in quirks mode. IE的问题是因为fancybox需要在标准模式下运行,并且当前您的网站处于怪癖模式。

Try using a different DOCTYPE ... read this article for more or simply set this one 尝试使用其他DOCTYPE ...阅读本文以了解更多信息或只是设置此DOCTYPE

<!DOCTYPE html>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM