Return to Snippet

Revision: 18186
at September 23, 2009 15:39 by paulgrenwood


Initial Code
input[type=text]:focus, input[type=password]:focus{
	border:2px solid #000;
}

Initial URL


Initial Description
This CSS trick lets you highlight the input field currently in focus. This trick does not work in IE though.

Initial Title
Highlight Text Input Fields

Initial Tags
css, forms

Initial Language
CSS