Evangelism/Firefox3.5/35Days/Articles/text-shadow
< Evangelism | Firefox3.5 | 35Days
Jump to navigation
Jump to search
The re-birth of text-shadow in CSS3
The text-shadow
CSS property does what the name implies: It lets you create a slightly blurred, slightly moved copy of text, which ends up looking somewhat like a real-world shadow.
The text-shadow
property was first introduced in CSS2, but as it was improperly defined at the time, its support was dropped again in CSS2.1. The feature was re-introduced with CSS3 and has now made it into the new Firefox 3.5.
How it works
1. How the feature works.
2. How that feature compares to other similar features in other browsers.
3. Includes a demonstration and/or graphics that describe how it works.
4. Links to appropriate documentation in developer.mozilla.org.
Further resources
- https://developer.mozilla.org/en/CSS/text-shadow
- http://www.kremalicious.com/2008/04/make-cool-and-clever-text-effects-with-css-text-shadow/
- http://www.quirksmode.org/css/textshadow.html
<references/>