BODY.bottomMargin (Property)

A margin space at the bottom of the document in the current window.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Number primitive
JavaScript syntax:IEmyBODY.bottomMargin

Normally, you would not need to specify this property. It allows the document to have some clear space at the bottom so, for example, the content could be made to scroll completely off the screen.

The distance is measured in pixels and can range from zero (which is the default) to any reasonably sensible value.

If a page is being created dynamically with document.write() methods, and a script error occurs, the margin is not appended. It appears to be added as a property of the body closure.

This corresponds to the style.marginBottom property and the margin-bottom attribute that is defined in a style sheet.

Warnings:

See also:BODY.topMargin