PDA

View Full Version : CSS:text-effect and text-shadow


Bobo
03-21-2004, 10:54 PM
In CSS, what are the possible properties of text-effect and text-shadow (aside from none). I have been using CSS ever since I learned to code pages, but I've never seen those two before. I usually just use filters for shadows and other text/image effects.

Antoniohawk
03-22-2004, 01:09 AM
Text-Effect: Couldn't find.
Text-Shadow: http://www.w3.org/TR/REC-CSS2/text.html#propdef-text-shadow

liorean
03-22-2004, 07:36 AM
Safari is the only browser supporting text-shadow at the moment, so I don't see that you would get especially much use from it.

Antoniohawk
03-22-2004, 06:50 PM
Do you have a link for text-effect, I'm suddenly interested in its properties and uses.

liorean
03-22-2004, 07:24 PM
There is no text-effects property. See <http://www.w3.org/TR/1998/REC-CSS2-19980512/propidx.html> for CSS2.0 or <http://www.w3.org/TR/2004/CR-CSS21-20040225/propidx.html> for CSS2.1 if you want to confirm it yourself.

Antoniohawk
03-22-2004, 07:30 PM
What I meant was if there was any Safari documentation on it, but thank you for the confirmation links.

Bobo
03-22-2004, 08:33 PM
Text-shadow is Safari only and text-effect doesn't exsist? That's too bad, but like I said, filters do fine, so it's okay.

Antoniohawk
03-22-2004, 08:38 PM
Filters are IE only though...