I have upgraded my FireFox to 9.0.1 so I can't checked what I am asking. I want to use text-shadow css inside my site but I don't know if it works in older FireFox versions like 3.5 . box-shadow effect for FF 3.5 was -moz-box-shadow.Is it -moz-text-shadow for FF 3.5 ?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Use http://caniuse.com/ to see if the browser supports it.

According to that table, text-shadow support was added to Firefox starting from version 3. I'd imagine that it still had the -moz prefix as well, so the property should be:

-mox-text-shadow: ...
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.