CSS3 Text Shadow is not supported Internet Explorer, but it is however possible to create an equivialant effect with the IE propertiary CSS Filter Blur and served this with the jQuery plugin jquery.textshadow.js. How to use Create a text-shadow in CSS for Firefox 3.1+, Safari 1.1+, Opera 9.5+, Konqueror 3.4+ and iCab 3.0.3+. h1 { text-shadow: 2px 2px 2px #999; } For Internet Explorer 6, 7 and 8 ap