Text shadows and other CSS effects

Does anybody know how to create text shadows and other cool effects using CSS?

Is this possible?

PS: I've searched the forum and found no answers. Sorry if this is a repost.I don't think it is possible now... in a few years it will be!


<!-- m --><a class="postlink" href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#text-shadowsSorry">http://www.w3.org/TR/2003/CR-css3-text- ... adowsSorry</a><!-- m --> I had this in my notebook, it can be done! ;)

<html>
<head>
</head>
<body>

<!-- Text Shadow -->
<p style="Filter: Shadow(Color:#FF00FF, direction=90); font-size:18px;
color=#000000;
width=100">Disco Night</p>


</body>


But only IE shows this effectThat's not CSS though, it's just some proprietry rubbish.That's not CSS though, it's just some proprietry rubbish.

Well that can be put inside a css file and you can make nice text displays without having to use images. So rubbish I think not. More rubbish that FF doesn纾
 
Back
Top