Has anyone else noticed that IE9\'s \"standard\" implementation of CSS box-shadow differs from other browsers? Whenever I use box-shadow and set a blur value, IE9 seems to r
Are you using the right syntax?
-webkit-box-shadow: 2px 2px 16px #2b2b2b; -moz-box-shadow: 2px 2px 16px #2b2b2b; box-shadow: 2px 2px 16px #2b2b2b;