Creating Cross Browser Compatible CSS Text Shadows

Sometimes it is nice to jazz up your website by giving text some graphical looks without actually using images. The CSS2 text-shadow property allows you to create shadow for your text. Unfortunately so far the only browser that supports this property is Safari. You can find tutorials on the web that show you how to create CSS text shadow but usually they only deal with one or two browsers. I stumbled upon this nice article that explains cross-browser compatible CSS text shadows. It has CSS code to handle all major browsers.

Creating Cross Browser Compatible CSS Text Shadows