From http://www.w3schools.com (Copyright Refsnes Data)
The background-image property sets an image as the background.
Tip: Always set a background-color to be used if the image is unavailable.
Inherited: No
CSS properties can also be dynamically changed with a JavaScript.
Scripting Syntax: object.style.backgroundImage="url(stars.gif)"
In our HTML DOM tutorial you can find more details about the backgroundImage property.
In our HTML DOM tutorial you can also find a full Style Object Reference.
body |
Value | Description |
---|---|
url(URL) | The path to an image |
none | Default. No background image |
Set an image as the
background
This example demonstrates how to set an image as the background.
From http://www.w3schools.com (Copyright Refsnes Data)