/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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; }
URL: http://stylizedweb.com/2008/01/02/yellow-fields-in-your-web-form/