css - How widely supported are background-size and background-origin? -


and browsers require prefix: -moz-background-size, -webkit-background-size, , similar?

thanks!

see caniuse.com table showing browser support feature browsers , versions in common use.

short answer: ie6/7/8 don't support it. firefox 3.6 requires -moz- prefix. older versions of safari might have issues. everywhere else should work fine.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -