background-attachment

The background-attachment property specifies whether the background image is fixed with regard to the viewport or scrolls along with the containing block.

background-attachment: scroll | fixed | inherit
Initial: scroll
Applies To: all elements
Inherited: no
Percentages: NA
Media: visual

DOM

Δ

[window.]document.getElementById("element-id").style.backgroundAttachment = "background-attachment";

Example | fixed

Δ

Example | scroll

Δ

Example | DOM

Δ

References

Δ