View Full Version : text-shadow
jeorg
11-25-2002, 05:56 AM
text-shadow:4px 4px 45deg #F9293e;
doesn't work ?
do you know a way to do it
without microsoft filters or javascript ?
x_goose_x
11-25-2002, 01:51 PM
"Currently not supported by any browser"
you can always use layers that overlap to make a shadow.
jeorg
11-25-2002, 07:05 PM
yes I have tried with 5 browsers and no succes !
have you a link somewhere to do it with layers ?
thank you
Borgtex
11-25-2002, 07:14 PM
How it's supposed to work? a combination of Shadow & Dropshadow?
jeorg
11-25-2002, 07:28 PM
but filters shadow and dropshadow only works with IE
Bosko
11-26-2002, 02:09 PM
It's very easy with CSS and DIV's:
<div style="position:fixed;top:1px;left:1px;color:red;font-size:40px;z-index:100">Hello!</div>
<div style="position:fixed;top:3px;left:3px;color:black;font-size:40px;z-index:1">Hello!</div>
You can also use other position,like absolute.By editing the position of the shadow DIV,you can make the shadow go to the other direction.
jeorg
11-26-2002, 05:56 PM
thank you !
yes fixed doesn't work with IE
of course you don't get a nice shadow l as with glow , but it works
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.