Return to Snippet

Revision: 5680
at March 25, 2008 12:48 by will


Initial Code
textarea:focus, input:focus {
	border: 1px solid #900;
	background-color: #FFFF9D;
}

Initial URL


Initial Description
Makes the form field background yellow and the border red when it is the active field.  Works in most browsers except the usual lame ones (IE5.5 & 6).

Initial Title
Highlight active form fields

Initial Tags
form, css

Initial Language
CSS