Hey there, I've been trying to add a box shadow to my main content box, but I noticed that it doesn't display correctly in Internet Explorer. Instead of the shadow being applied to the edges of the box like it does in Firefox and Chrome, it seems to be applied to the content itself.
Here are the filters I have tried:
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#000000');