background-attachment
background-color
background-image
background-position
background-repeat
PROPERTY: background
background
:
background-color
&|
background-image
&|
background-repeat
&|
background-attachment
&|
background-position
Compatibility:
IE4+ N4+
Version:
Level 1
Inherited:
No
The
background
property allows you to combine together in only one declaration any, or all, of five individual Cascading Style Sheet properties related to background.
Each of these five individual properties are discussed on their own page.
Code:
blockquote { background: red no-repeat scroll 5% 60%; }
body { background: url("images/aardvark.gif") repeat-y; }
pre { background: url("images/aardvark.gif") top; }
caption { background: fuchsia; }
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information