Is it even possible to force text-shadow on elements like:
<input name="submit" type="submit" id="submit" value="Submit" />
?
Of course text-shadow doesn't work in any browser when it comes to inputs... Will it be working in near future?
I can't edit the HTML, only JS & CSS tricks allowed. I want a solution that will work in all modern browsers, don't care about IE7 and older.
Any ideas?