May 2000
Intermediate to advanced
472 pages
14h 17m
English
background-attachment — IE4 Y/Y | IE5 Y/Y | NN4 N/N | Op3 N/-
This
property defines whether or not the background image scrolls along
with the element. This is generally applied to
BODY only, and in fact is largely supported only
for that element. It is theoretically possible to create
“aligned” backgrounds in multiple elements using this
property; see Chapter 6 for more details.
BODY {background-attachment: scroll;}
DIV.fixbg {background-attachment: fixed;}
scroll | fixed
scroll
no
all elements
Read now
Unlock full access