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-color
background-image
background-position
background-repeat
background
PROPERTY: background-attachment
background-attachment
:
scroll
|
fixed
Compatibility:
IE4+ N6
Version:
Level 1
Inherited:
No
The
background-attachment
property allows you to choose if the background is fixed or scrolls.
scroll
The
scroll
value causes the background image to move along with the foreground text and images as you scroll up or down or right or left.
fixed
The
fixed
value causes the background to remain fixed in place. The foreground text and images move over the fixed background as you scroll up or down or right or left.
Code:
body
{
background-image: url("anasazi.tif");
background-attachment: scroll;
}
html
{
background-image: url("anasazi.tif");
background-attachment: fixed;
}
Output:
Click to see example in a separate window
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information