TOPMARGIN Attribute | topMargin Property | Internet Development Index |
Sets or retrieves the margin for the top of the page.
Syntax
HTML <BODY TOPMARGIN = iMargin... > Scripting BODY.topMargin [ = iMargin ]
Possible Values
iMargin Variant that specifies or receives the top margin of the body, in pixels. The property is read/write. The property has a default value of 15.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties.
Remarks
If the value is set to "0" or "", the top margin is on the top edge of the window or frame.
By default, when you set the value of this property, the opposite margin is set to the same value.
Standards Information
There is no public standard that applies to this property.
Applies To
BODY