Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
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-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information