I’m using <meta http-equiv="X-UA-Compatible" content="IE=8"> to make IE9 render as IE8. This has fixed a lot of my issues, however because IE8 doesn’t have support for box-shadow I was forced to use filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=145, Strength=5); to get a similar effect to my shadow. Now, IE9 does have support for box-shadow however i can’t get IE9 to use box-shadow instead of the filter.
Does anyone know how to get IE9 to render the shadow?
You can’t make IE9 use its native
box-shadowif it’s in IE8 mode.You can:
box-shadowin IE6-8.