louisremi / background-size-polyfill

Adds support for background-size "cover" and "contain" to IE8
http://louisremi.github.com/background-size-polyfill/
MIT License
1.26k stars 359 forks source link

can i use "background-attachment: fixed" for several div? #44

Open lesleylesley opened 10 years ago

lesleylesley commented 10 years ago

why "background-attachment: fixed" only for body? can i using for several div? thanks!

jefferyto commented 10 years ago

Because supporting body was quick and easy (using position: fixed).

Supporting background-attachment: fixed for other elements will be tricky and (most likely) buggy. I don't have plans to do this at the moment. (Patches welcome!)