This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

frameBorder

Summary

Sets or retrieves whether to display a border for the frame, frameset or iframe.

Applies to ?
## Usage
 Property values

Type: String

1 - Default. Inset border is drawn.

0 - No border is drawn.

no - No border is drawn.

yes - Inset border is drawn.

Notes

Remarks

Invalid settings default to displaying borders. The frameborder attribute is obsolete. Use CSS border rules instead.

eg. iframe[seamless]{border:none}

Syntax

See also

Related pages

  • frame
  • frameSet
  • iframe

Attributions

  • Microsoft Developer Network.