How to remove iframe border (Internet Explorer)
Ok so any normal human will add the following inline css
style="border:0"
to remove the border from an iframe.
The problem is that it doesn't work on IE 6.
You have to use the following iframe attribute
<iframe frameborder="0"/>
and you'll get rid of the 3d looking border.
Comments
2 comments postedTHANK YOU!!
wow, finally a solution!
Thank you very much.
Post new comment