Makaveli19
08-14-2007, 02:21 AM
Hello Everybody,
I'm hoping somebody can help me out. I am using the CSS Popup Image Viewer script from Dynamic Drive, Url is located here http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/.
It's amazing and I love the way it works, however I did run into an annoying little problem.
I found that when applying an Iframe to show up in the pop up box the script doesn't work in IE 7. Rather then images I am trying to show maps. Here is an example page, http://www.tbaye.com/hoverbox/.
Here is the code I used
<a class="thumbnail" href="#thumb">Test Map Not working in IE<span><iframe scrolling="no" style="width:480px; height:410px; border:0px;" frameborder="0" src="http://www.tbaye.com/googlemaps.php?id=116"></iframe><br />This doens't work in IE</span></a><br />
If you test it out, everything is great in Firefox, but I run into problems with IE 7. It's definitely an Iframe problem because I tried to put regular content (non maps) and it still doesn't work. As long as the Iframe code is there you will see a blank white spot in IE.
Does anybody know why? Any help would be GREATLY appreciated!
Thanks.
I'm hoping somebody can help me out. I am using the CSS Popup Image Viewer script from Dynamic Drive, Url is located here http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/.
It's amazing and I love the way it works, however I did run into an annoying little problem.
I found that when applying an Iframe to show up in the pop up box the script doesn't work in IE 7. Rather then images I am trying to show maps. Here is an example page, http://www.tbaye.com/hoverbox/.
Here is the code I used
<a class="thumbnail" href="#thumb">Test Map Not working in IE<span><iframe scrolling="no" style="width:480px; height:410px; border:0px;" frameborder="0" src="http://www.tbaye.com/googlemaps.php?id=116"></iframe><br />This doens't work in IE</span></a><br />
If you test it out, everything is great in Firefox, but I run into problems with IE 7. It's definitely an Iframe problem because I tried to put regular content (non maps) and it still doesn't work. As long as the Iframe code is there you will see a blank white spot in IE.
Does anybody know why? Any help would be GREATLY appreciated!
Thanks.