| box shadow and border radius how to be browser compatible |
whatson

msg:4518841 | 8:58 pm on Nov 13, 2012 (gmt 0) | Currently I only have border-radius or box-shadow but do I need to include the moz and webkit prefixes to make it browser compatible. Can someone please explain what this all about?
|
rainborick

msg:4518920 | 12:29 am on Nov 14, 2012 (gmt 0) | You don't need -moz for either property, but you probably should include the -webkit because the Android Browser still needs it for both.
|
lucy24

msg:4518936 | 2:13 am on Nov 14, 2012 (gmt 0) | If you can believe caniuse dot com, the last couple of androids are fine with border-radius but still want a prefix for box-shadow. They also, no surprise, claim that MSIE < 9 doesn't do either one. And when MSIE doesn't do something, they don't mess around. No futzing around with prefixes. Same for Opera Mini, but that's not a vast market.
|
|
|