![]() |
| IE | FF | Op | Saf |
|---|---|---|---|
The CSS background-attachment property defines if the background should scroll with the content of the document or be fixed. scroll background, background-color, background-image, background-position and background-repeat.Values
Value
Description
The default value scroll makes the background scroll with the other content of the webpage.
fixed
The value fixed stops the background from scrolling with the other content of the webpage.
See Also
Comments