Layer.background (Property)

The background object of a layer.

Availability:

JavaScript - 1.2
Netscape - 4.0
Deprecated
Property/method value type:Background object
JavaScript syntax:NmyLayer.background

If a background image is available, then its URL is contained in the src property of the object. Changing the Layer.background.src property value will replace the background with a new one. However, there may be a perceptible delay while the new image is fetched from the web server.

Warnings:

See also:Background object