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

background-attachment:fixed stop working in IE8 #50

Open jpalbert opened 10 years ago

jpalbert commented 10 years ago

In IE8, the background-size:cover work fine but i noticed that background-attachment:fixed stop working. Any ideas why?

Thanks!