I\'m using the proprietry MS \'filter\' property to try and create a non ugly equivalent to css3 text-shadow and box-shadow;
I was actually doing really well until I
If you're using HTML5 you may want to go down the route of using
and in your CSS use something like:
.ie9 .element {filter: none; }