css.properties

background-attachment

The background-attachment property specifies whether a background image scrolls with the element.

Formal Syntax

background-attachment = <attachment># <attachment> = scroll | fixed | local

See specification

JavaScript Access

// Access via element.style element.style.backgroundAttachment = "scroll";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
background-attachment11112
fixed1215.412
local12515.412
multiple_backgrounds13.61.312
scroll11112

Related Properties