Skip to main content

iframe

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.

If you need more help on the topic feel free to add a comment or create a new post on the Forum

Syndicate content