CSS:text-shadow
From MDC
[edit] Summary
The text shadow property accepts a comma-separated list of shadow effects to be applied to the text of the element.
- Initial value:
none - Applies to: all elements
- Inherited: no
- Media:
visual - Computed value:
[edit] Syntax
text-decoration: none | [ <color> || <length> <length> <length>? ,]* [<color> || <length> <length> <length>?] | inherit ;
[edit] Values
[edit] Examples
h1 {text-shadow: black 0px 0px 5px;}
[edit] Notes
This feature is not yet implemented in Mozilla. It is being tracked in Bugzilla at bug 10713.
[edit] Specifications
[edit] Browser compatibility
| Browser | Lowest Version |
|---|---|
| Internet Explorer | ? |
| Netscape | ? |
| Opera | ? |
| Safari | 1.1 |
[edit] See also
text-indent, text-align, text-decoration, letter-spacing, word-spacing, text-transform, white-space, white-space-collapse, text-rendering, text-wrap, text-shadow