Language References
Specifies the image used as the background for the document BODY.
Inline |
<body background = strUrl...> |
Script |
body.background = strUrl |
strUrl |
String specifying the URL of the background picture for the page. |
The property is read/write with no default value.
The image is usually tiled to fit behind the content on the page.
NOTE: This attribute has been deprecated in favor of the CSS background-image property.
BODY