Visit Mozilla.org

CSS:text-shadow

From MDC

« CSS Reference

[edit] Summary

The text shadow property accepts a comma-separated list of shadow effects to be applied to the text of the element.

[edit] Syntax

text-decoration: none | [ <color> || <length> <length> <length>? ,]* [<color> || <length> <length> <length>?] | inherit ;

[edit] Values

[edit] Examples

View Live 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