I am using Fancybox v.2.1.2 in Wordpress (not a plugin). In IE7, I have the loading but it does not opening anything at all.
Here is my JS code
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 !