The simple HTML below displays differently in Firefox and WebKit-based browsers (I checked in Safari, Chrome and iPhone).
In Firefox both border and text have the s
This question is very old but I thought that I would post an updated webkit solution. Just use the following CSS:
input::-webkit-input-placeholder { color: #880000; }