sugarberrie87
02-13-2004, 09:22 PM
does anyone know what the code for making a shadow effect on text?? please tell if you do, it'd be MUCH appreciated thanx :D
example: http://www.super-toast.org/domain
example: http://www.super-toast.org/domain
|
View Full Version : shadow text effect??? sugarberrie87 02-13-2004, 09:22 PM does anyone know what the code for making a shadow effect on text?? please tell if you do, it'd be MUCH appreciated thanx :D example: http://www.super-toast.org/domain MaGiCSuN 02-13-2004, 09:26 PM add this to your text thingy: filter:dropshadow(color=#COLOR,offX=1,offY=1); height:7pt; and change #COLOR to the color of your choice. Example: <div style="filter:dropshadow(color=#000000,offX=1,offY=1); height:7pt;">text here</div> Love, Mirna sugarberrie87 02-13-2004, 11:40 PM YAY! thank youuu :D |