Re: Need help & advice | HTML CSS non-compatibility issues @ Internet Explorer
I have no idea what version of IE9 you're using -- mine supports both border-radius and box-shadow with the standards (no prefix) notation (and using rgba values for box-shadow). No, it doesn't support text-shadow. But then, you aren't using a doctype declaration, so IE9 thinks you want it to pretend to be IE6 in quirks mode.
Doctype declarations are not optional, people.
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)