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
Post a Comment