Goodlooking Required textfield


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

Grab http://blog.kissmetrics.com/common/images/required.png as example for a required image .

NOTE: You probably don't want to use this trcik, but rather go for the defacto standard of a red asterisk to mark something required. An asterisk is language-independant and recognisable.


Copy this code and paste it in your HTML
  1. #content .post_comment p input.required {layout.c...228110886 (regel (409)
  2. background:#FFFFFF url(../images/required.png) no-repeat scroll 254px 6px;
  3. padding-right:63px;
  4. width:242px;
  5. }

URL: http://blog.kissmetrics.com/50-resources-for-getting-the-most-out-of-google-analytics/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.