Syntax: | background-attachment: <value> |
---|---|
Possible Values: | scroll | fixed |
Initial Value: | scroll |
Applies to: | All elements |
Inherited: | No |
The background-attachment property determines if a specified background image will scroll with the content or be fixed with regard to the canvas. For example, the following specifies a fixed background image:
BODY { background: white url(candybar.gif);
background-attachment: fixed }
Authors may also use the shorthand background property, which is currently better supported than the background-attachment property.
Maintained by John Pozadzides and Liam Quinn
Copyright © 1997 John Pozadzides and Liam Quinn. All rights reserved.
Sites of interest: Web Hosting : Reseller Hosting : Website Hosting : HTML Editor : Web Design Templates : Free Web Hosting : ASP code examples : PHP & MySQL Code Examples |
Copyright © 2004 Evrsoft Developer Network. Privacy policy - Link to Us |
Contact Evrsoft |