Return to Snippet

Revision: 4698
at January 16, 2008 10:20 by stylizedweb


Initial Code
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;
}

Initial URL
http://stylizedweb.com/2008/01/02/yellow-fields-in-your-web-form/

Initial Description


Initial Title
Yellow fields in web form

Initial Tags
form

Initial Language
CSS