/ Published in: CSS
Expand |
Embed | Plain Text
a[href$=".pdf"] { background: url(location_of_pdf_icon.png) no-repeat; padding-left: 10px; } a[href^="http"] { background: url(location_of_external_icon.png) no-repeat; padding-left: 10px; }
You need to login to post a comment.
