/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* * Andrew Wayne 2010 * Change the color to whatever you want. They must be separate ie. cannot put it as one style * together, otherwise it will not render */ ::-webkit-input-placeholder { color: #999; } :-moz-placeholder { color: #999; }