JSSTag.backgroundImage (Property)

The URL of a background image for an object.

Availability:

CSS level - 1
JavaScript - 1.2
Netscape - 4.0
Deprecated
Property/method value type:String primitive
JavaScript syntax:NmyJSSTag.backgroundImage
NmyJSSTag.backgroundImage = "none"
NmyJSSTag.backgroundImage = aURL
CSS syntax:background-image: aURL
HTML syntax:<BODY BACKGROUND="...">
Argument list:aURLA URL that points at an image

The JSSTag.backgroundImage property corresponds to the background-image CSS property.

This property is used to specify the URL of an image file to be loaded and used as the background. Alternatively the value "none" can be specified to deactivate the image background.

The default value for this property is "none".

This value is not inherited from its parent container element.

Warnings:

See also:Background.src, style.backgroundImage