link with background icon/image


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



Copy this code and paste it in your HTML
  1. a:link {
  2. background:#F0F0F0;
  3. background-image:url(../images/common/link_highlight.gif);
  4. background-repeat: repeat-x;
  5. color:#333;
  6. font-weight:normal;
  7. text-decoration: none;
  8. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.