I'm at my wit's end -- I've spent 4 hours on this forum, was up until
2 in the morning working on this problem, and have finally decided to
ask for help.
Here is the test page:
http://brooklynprints.com/_catalog_zoom.php
I'm using Fancybox to load a zoom preview, image loading SWF as an
iFrame; it works great in Firefox 3.5, but in IE7 (only other browser
I've tested it in), I get a blank grey background over the main page
and no controls for the Fancybox. The iFrame does load, and the SWF
works as it should, but all styling is missing.
I have already fixed the URLs for the PNGs that are processed
specifically for IE in the CSS file. As a safety measure, I have
placed the necessary PNGs in the root directory as well.
I have tried multiple options, including turning the overylay off --
but the iframe in IE still loads without any styling.
I even tried reordering the way my scripts and css files load in the
main page.
I am also using Thickbox, but even with Thickbox turned off, I still
have the same problem in IE.
Here is the script I use to initialize the iFrame --
jQuery(document).ready(function() {
$("a.fancybox").fancybox({
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'width' : 690,
'height' : 410,
'padding' : 0,
'margin' : 0,
'type' : 'iframe' });
});
And here is the link, outputted by php, that calls the Iframe:
$cellstr.='<br /><a class="fancybox iframe" href="http://
brooklynprints.com/zoompreview.php?id=0'.$id.'" title="Zoom
Image"><img src="images/zoom.gif" alt="Zoom Image" /></a><br /> </
p>';
Any help would be GREATLY appreciated.
Chad
--
You received this message because you are subscribed to the Google Groups "fancybox" group.
To post to this group, send email to
fanc...@googlegroups.com.
To unsubscribe from this group, send email to
fancybox+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/fancybox?hl=en.