Skip to: content, navigation

by Ian Lloyd

frameborder (HTML attribute)

Browser support full matrix
IE5.5+ FF1+ Saf1.3+ Op9.2+
Full Full Full Full
Spec
Depr. Version
Yes HTML 4.01
frameborder="
{ 0 | 1 }
"

Example

The header frame is given a frame border, the main window has no border:

<iframe src="iframe-content.html" height="200"
width="200" frameborder="1">
<p>Your browser does not support iframes.
That kinda sucks, eh?</p>
</iframe>

Description

Depending on the design and colors used on the page that contains the iframe, it may not be immediately obvious that the content in the iframe is from another source (although that may actually be the desired outcome!). In order to make it absolutely clear, you may want to use the frameborder attribute which will cause the browser to render a visual delineation (most likely as a 3D or bevelled border, but it very much depends on the style of the browser that you use). A better solution, however, is to use CSS to apply the border style (it will give you more choice that ‘gray, dull and ugly’, too!).

Value

The HTML specification says to use "1" to signify ‘border on’ and "0" for ‘border off’, but some browsers will also honor values of "yes" and "no".

Compatibility

IE5.5Full
6.0Full
7.0Full
Firefox1.0Full
1.5Full
2.0Full
Safari1.3Full
2.0Full
3.0Full
Opera9.2Full

Every browser listed supports this attribute.

User-contributed notes

There are no comments yet.

Add a note

To post a note on this topic, please log in with your SitePoint username and password. If you don't have an account yet, you can create a new account for free.

Related Products

The Principles of Beautiful Web Design

Best Seller!

You don’t need to go to Art School to design great looking web sites!

Book Cover: The Principles of Beautiful Web Design

Download the FREE sample chapters