Appearance:
background-attachment: <value>
Possible Values:
scroll | fixed
Initial Value:
scroll
Applies to:
All elements
Inherited:
No
BODY { background: white url(logo.gif);background-attachment: fixed }
Authors may also use the shorthand background property, which is currently better supported than the background-attachment property.Example