Webiter
08-20-2011, 07:26 PM
Having trouble getting the input fields to highlight onFocus. It works for the textarea field fine!
.data:focus, textarea:focus {color : #009; border : 1px solid #990000; background-color : #ffff99;}
How do I get it to apply to the input fields?
.data:focus, textarea:focus {color : #009; border : 1px solid #990000; background-color : #ffff99;}
How do I get it to apply to the input fields?