S
Steve Easton
Is there a way to eliminate the
automatic border that appears
around an iframe??
tyia
steve
automatic border that appears
around an iframe??
tyia
steve
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
the frameborder at the right and the bottom side of the Iframe. When Imike said:This is the way I the iframe is on my site:
this is the xhtml:
<iframe src="home.htm" name="I1" frameborder="0">
This is the CSS from my sylesheet:
iframe {
display: block;
height:413px;
width:630px;
border-width:2px;
border-color:#800000;
border-style: solid;
}
Works fine in opera/mozilla/firebird/etc. But in IE I get white edges on
looks fine. Anything I can do to fix this anoying problem. I did everything
the frameborder at the right and the bottom side of the Iframe. When Imike said:This is the way I the iframe is on my site:
this is the xhtml:
<iframe src="home.htm" name="I1" frameborder="0">
This is the CSS from my sylesheet:
iframe {
display: block;
height:413px;
width:630px;
border-width:2px;
border-color:#800000;
border-style: solid;
}
Works fine in opera/mozilla/firebird/etc. But in IE I get white edges on
looks fine. Anything I can do to fix this anoying problem. I did everything
they introduced the Iframe-tag themselves....mike said:I know this. But why doesn't IE render the code correctly? Especially when
correctly in IE5.5, so maybe this is a bug in IE 6?mike said:I heard from another user (on the opera forum) that Iframe renders
would make webdesign a LOT easier.Concerning W3C: It would be nice if MS would follow standards for once. It
implemented in so many browsers, and are seen as standards these days. Andmike said:Well, that's a good idea, but it still is a workaround.
Can you confirm that this is a rendering bug in IE? If yes, then I will report it te MS.
Thanx for the help.
Ps. I know the W3C issues recommendations, but these recommendations are
)solution?? They are most welcome. (the table solution didn't work out veryMike said:I did everything according to the article. I am absolutely sure my code is correct.
I will remove the doctype declaration for now. If anyone has another
)Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.