DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Text Drop Shadow (doesnt Work In Ff Yet - Does In Safari)
.shadowed_text {
text-shadow : #000 1px 1px 1px;
}





