/ Published in: CSS
URL: http://stylizedweb.com/2008/01/02/yellow-fields-in-your-web-form/
Expand |
Embed | Plain Text
input, textarea { background:#fff; color:#333; background:url(images/blank1.gif) repeat; } textarea:focus, input:focus { background:#333; color:#fff; background:url(images/blank2.gif) repeat; }
You need to login to post a comment.
