BODY.bgProperties (Property)

An attribute that controls the way the background image is managed when the page scrolls.

Availability:

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

The value of this property can be set to either the value "fixed" or an empty string (""). When the "fixed" value is used, the background image (if it is specified) will be locked into position and if the page is scrolled, the background will stay fixed where it is as if it were on a separate layer.

See also:Background.src, BODY.background