Equivalent of -webkit-text-stroke for FF and IE
css, firefox, google-chrome, webkit
Solution
According to this blog, you can use shadows to simulate the effect.
Problem
I saw somewhere that the style -webkit-text-stroke is not supported by any version of FF (or IE, for that matter but the last one is hardly a surprise). What can i do about it if i need to allow my Mozilla/Microsoft powered visitors to see the outlining. I have the following solutions, none of which feels very right. - Forget about it and let people choose a better browser. - Join the Mozilla team and get employment at Microsoft to speed up the develpment - Use images for outlining and let Paint.NET do the job. - Wait until somebody else does something appropriate about that. Suggestions?