/ Published in: CSS
This CSS trick lets you highlight the input field currently in focus. This trick does not work in IE though.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
input[type=text]:focus, input[type=password]:focus{ border:2px solid #000; }