Yellow fields in web form


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. input, textarea {
  2. background:#fff;
  3. color:#333;
  4. background:url(images/blank1.gif) repeat;
  5. }
  6.  
  7. textarea:focus, input:focus {
  8. background:#333;
  9. color:#fff;
  10. background:url(images/blank2.gif) repeat;
  11. }

URL: http://stylizedweb.com/2008/01/02/yellow-fields-in-your-web-form/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.