Home > Abakada: Back to Basics > Language References > HTML Element Attributes > FRAMESPACING Attribute
Sets or retrieves the amount of additional space between the frames, in pixels.
Inline |
<element FRAMESPACING = sPixels...> |
Script |
object.frameSpacing = sPixels ] |
sPixels |
String specifying the spacing, in pixels. |
The property is read/write with a default value of 2 pixels.
The amount defined for frameSpacing does not include the width of the frame border. Frame spacing can be set on one or more FRAMESET objects and applies to all contained FRAMESET objects unless the contained object defines a different frame spacing.
FRAMESET, IFRAME