Skip to main content

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.

THANK YOU!!

THANK YOU!!

wow, finally a

wow, finally a solution!
Thank you very much.

This works, Thank you!

This works, Thank you!

Thx, m8 !!

Thx, m8 !!

you are a hero

you are a hero

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
14 + 6 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

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