Appearance:
background: <value>
Possible Values:
<background-value> || <background-image> || <background-repeat> ||
<background-attachment> || <background-position>
Initial Value:
Not defined
Applies to:
All elements
Inherited:
No
BODY { background: white url(logo.gif) }
BLOCKQUOTE { background: #7fffd4 }
P { background: url(logo.gif) #f0f8ff fixed }
TABLE { background: #0c0 url(logo.jpg) no-repeat bottom right }