View Single Post
Old 10-02-2012, 10:15 PM   PM User | #11
hans_cellc
New Coder

 
Join Date: Oct 2011
Posts: 92
Thanks: 38
Thanked 0 Times in 0 Posts
hans_cellc is an unknown quantity at this point
Thanks a lot, tested this feature and works on: Google Chrome,Firefox and IE8 and below but not on IE9

Code:
/* Onfocus it displays a border and diffirent text color */	
input[type="text"]:focus, input[type="password"]:focus {
	border: 2px solid #ff0000; 
	color: #000000;
	}
hans_cellc is offline   Reply With Quote