Works only in Safari 1.1+
The text-shadow declaration allows you to create a text shadow; i.e. a slightly
moved, slightly blurred copy of a text. I assume it could be useful in serious designs, but I hope it won't
be abused too much once it's become mainstream.
This text may have a text-shadow.
This text, too, may have a text-shadow.
It's supposed to look like this (Safari 1.3.2):
p.test {
text-shadow: #6374AB 20px -12px 2px;
}
As you see text-shadow accepts four values:
#6374AB)20px), relative to the text-12px), relative to the text2px), which means the amount of space the shadowtext
is 'stretched', causing a blur effect. 0 means: no blur. Don't set this value too high, the shadowtext
quickly becomes illegible.