Thread: Drop Shadow
View Single Post
Old 08-31-2007, 11:36 AM   #1
neta
Service Man
 
neta's Avatar
 
Join Date: Aug 2007
Location: sweden
Posts: 295
My Photos: ()
iTrader: (0)

Banked:
MK Cash: $9.90

I am Worth:
MK Cash: $0.19
Donate


neta will become famous soon enoughneta will become famous soon enough
Arrow Drop Shadow

Want to make a Text drop shadow but you don't want to use a large gif or jpeg image. Use absolute positioning to make a duplicate block of text. Then offset the first text block and use a dark gray color for the text.

HTML Code:
<HTML> <HEAD> </HEAD> <BODY bgcolor=yellow> <DIV style="position: absolute; top: 15px; width: 370px; height: 80px; font-size: 60pt; font-family:Verdana; color:808080">CHICKEN</DIV> <DIV style="position: absolute; top: 10px; width: 370px; height: 80px; font-size: 60pt; font-family:Verdana; color:red">CHICKEN</DIV> </BODY> </HTML>
neta is offline   Reply With Quote