July 1998
Intermediate to advanced
1456 pages
65h 5m
English
backgroundAttachment — NN n/a IE 4 DOM n/a
Read/Write
Sets how the image is “attached” to the element. The image can either remain fixed within the viewable area of the element (the viewport) or it may scroll with the element as the document is scrolled. During scrolling, the fixed attachment looks like a stationary backdrop to rolling credits of a movie.
document.all.tags("DIV").style.backgroundAttachment = "fixed"String of either allowable value: fixed |
scroll.
scroll
Read now
Unlock full access