Revision: 18186
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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