Easy Tutorial
❮ Prop Style Borderrightcolor Prop Style Bordertoprightradius ❯

Style backgroundAttachment Property


Definition and Usage

The backgroundAttachment property sets or returns whether the background image is fixed or scrolls with the rest of the page.

Syntax

Set the backgroundAttachment property:

Return the backgroundAttachment property:

Value Description
scroll The background scrolls along with the element. This is the default.
fixed The background is fixed.
local The background scrolls along with the element's content.

Browser Support

All major browsers support the backgroundAttachment property.


Example

Set the background image to be fixed (not scrollable):


More Examples

Toggle between scroll and fixed


❮ Prop Style Borderrightcolor Prop Style Bordertoprightradius ❯