Your Ad Here

Posted By

MrFjords on 01/18/11


Tagged


Versions (?)

Who likes this?

5 people have marked this snippet as a favorite

AllKnightAccess
maltem
TraceyM
geldora
jabier


PDF and External Link icon


 / Published in: CSS
 

  1. a[href$=".pdf"] {
  2. background: url(location_of_pdf_icon.png) no-repeat;
  3. padding-left: 10px;
  4. }
  5.  
  6. a[href^="http"] {
  7. background: url(location_of_external_icon.png) no-repeat;
  8. padding-left: 10px;
  9. }

Report this snippet  

You need to login to post a comment.