Remove border from IFrame

Posted by JoelB on Stack Overflow See other posts from Stack Overflow or by JoelB
Published on 2008-09-15T17:43:53Z Indexed on 2010/05/08 9:18 UTC
Read the original article Hit count: 293

Filed under:
|
|
|

How do I remove the border from an IFrame embedded in my web app? An example of the IFrame is:

<IFRAME src="myURL" width=300" height="300">Browser not compatible. </IFRAME>

I would like the transition from the content on my page to the contents of the IFrame to be seemless, assuming the background colors are consistent. The target browser is IE6 only and unfortunately solutions for others will not help.

© Stack Overflow or respective owner

Related posts about html

Related posts about ie6