Why would an iframe display in IE 6.0, but display correctly in Firefox?
Coupon Codes, Rebates & Free Shipping Codes
PCmover - $15 Off with Coupon Code S6ch2
muvee Reveal takes your photos, video and music
and automatically creates your own highly polished
personal muvee.
Visit the Nuance store today
Download a Free Trial of Acronis True Image 2009
Visit the CA US Store!
10% Off - 1 YR - Trend Micro Internet
Security 2009 - Coupon Code: TrendIS.
Get 10% off any purchase at MacSpeech.com
when you use the coupon code DICTATE10!
Get PowerDirector 7 Ultra from Cyberlink - optimized
for Intel Core i7
Other than the fact that Firefox is better.
The frame sizes up properly in Firefox, but in IE 6 the frame ends but adds a white box about 200 pixels beneath it, making it appear that the iframe is huge.
Why would an iframe display in IE 6.0, but display correctly in Firefox?
Add this to your CSS declarations to get rid of the extra space around it.
iframe {
padding: 0px;
margin: 0px;
}
Why would an iframe display in IE 6.0, but display correctly in Firefox?uninstall internet explorer internet explorer
There could be lots of reasons, do you have a code sample?
Just a hunch, but are you closing the tag with </iframe> or just using the XML style <iframe />, because iframes are one of those tags that are supposed to be explicitly closed for compliance with browsers which aren't up to standards on all the XHMTL stuff (such as IE).|||symtax:
<iframe width=X hight=Y>content</iframe>
check your html code.
More Related Questions and Answers ...
The information post by website user , we not guarantee correctness.
