Fancybox v.2.1.2 not opening on IE7

邮差的信 提交于 2019-11-29 16:06:47

I am afraid that this is a bug (it's not your fault, it's not your code).

I have contacted directly the developer and he confirmed to me that the issue is expecting to be fixed in the next commit.

You may rollback to version v2.1.1 in the meantime.

UPDATE : Fancybox v2.1.3 has been released

Changelog Version 2.1.3 - October 23, 2012

  • Fixed #426 - Broken IE7
  • Fixed #423 - Background flickering on iOS
  • Fixed #418 - Automatically Grow/Shrink and Center
  • Updated the script to work with jQuery 1.6
  • Media helper supports YouTube video series

I find the bug ... not in Fancybox but into IE7, IE8, and IE9 !

If you create an iframe with a page that contain the following CSS, then IE do not display the page :

html { position: relative; }

If you know the webmaster of the destination page, ask him to remove this CSS declaration, the display of it's page should not change ... otherwise, no solution to my knowledge!

That's all !

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!