Revision: 39464
Updated Code
at January 18, 2011 01:12 by MrFjords
Updated Code
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; }
Revision: 39463
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 18, 2011 01:11 by MrFjords
Initial Code
a[href$=".pdf"] { background: url(path/to/external/pdf.png) no-repeat; padding-left: 10px; } a[href^="http"] { background: url(path/to/external/arrow.png) no-repeat; padding-left: 10px; }
Initial URL
Initial Description
Initial Title
PDF and External Link icon
Initial Tags
Initial Language
CSS