Appearance:
background-image: <value>
Possible Values:
<url> | none
Initial Value:
none
Applies to:
All elements
Inherited:
No

The background-image property sets the background image of an element. For example:

<STYLE>
BODY { background-image: url(/images/four.gif) }
P { background-image: url(/images/outdbkgd.jpg) }
</STYLE>

When a background image is defined, a similar background color should also be defined for those not loading images.

Example