I am trying to create a text shadow in Mozilla browsers only. (I'm using this as a workaround for some issues with a font that I'm using.)
I have tried -moz-text-shadow, but it seems that this is now defunct and it no longer needs the moz extension. But I don't want IE and Webkit to use the text shadow.
Why would the -moz function would be taken away?