'background-attachment' Syntax and Note
Note:
Whether the background image remains fixed or scrolls with the content.
Syntax:
element { background-attachment: value }
elementID.style.backgroundAttachment = "value"
document.all.elementID.style.backgroundAttachment = "value" // IE only
Related examples in the same category