One of my clients recently requested a submit button with 2 words and 3 different text colors:
<input type="submit" value="SUBMIT NEWSLETTER" />
The color scheme for the text is as follows: SUBMIT = black, NEWS = black, LET = white, TER = black.
I'm not sure if CSS alone can achieve this effect. Perhaps Javascript is needed?
Any ideas or suggestions would be greatly appreciated!