本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

background-attachment

Specifies whether or not the background image is fixed or scrollable as a user scrolls the document.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
5.0+6.0+1.0+4.0+1.0+
  • IE: IE uses the value "local" instead of "scroll".

Usage

["scroll" | "fixed"]

Values

inheritInherit the value from the parent element.
scrollBackground image scrolls with the document.
fixedBackground image is fixed as the document scrolls.

Example

For additional information and a demonstration of the background-attachment attribute, see the demo page on quirksmode:

http://www.quirksmode.org/css/background.html

Availability

W3C CSS2

Related