Availability: |
| |||||
Property/method value type: | String primitive | |||||
JavaScript syntax: | N | myJSSTag.backgroundImage | ||||
N | myJSSTag.backgroundImage = "none" | |||||
N | myJSSTag.backgroundImage = aURL | |||||
CSS syntax: | background-image: aURL | |||||
HTML syntax: | <BODY BACKGROUND="..."> | |||||
Argument list: | aURL | A 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.
Deprecated for any further use. This was available only in Netscape 4.0 and is completely removed from Netscape 6.0.
See also: | Background.src, style.backgroundImage |
Prev | Home | Next |
JSSTag.backgroundColor | Up | JSSTag.borderBottomWidth |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |