Iconize Textlinks with CSS and CacheFile.net

CacheFile.net hosts a revised copy of the CSS file referenced by Iconize. By adding the following tag to your page, the behavior will follow the pattern demonstrated on this page with hyperlinks' icon images mapped to cachefile.net URLs. No downloading of images necessary! Icons are automatically referencing the famfamfam icon cache (which consist of PNGs). And, as demonstrated below, no edits to your page necessary, either, except only to add the following tag to your HTML document's <head>.
 
Icons on Right:
<link rel="stylesheet" type="text/css" href="http://cachefile.net/graphics/iconize/cachefile/iconize.css" />
 
Icons on Left (demonstrated below):
<link rel="stylesheet" type="text/css" href="http://cachefile.net/graphics/iconize/cachefile/iconize_left.css" />
 
For more information about CacheFile.net, see: http://cachefile.net/  
The original source of Iconize is: http://pooliestudios.com/projects/iconize/

Where will this link take me?

Links are fun, but sometimes we don't know where they take us. With this little CSS technique a user can identify a link by its icon, kind of. This whole thing was inspired by the "Showing Hyperlink Cues with CSS" article of Ask the CSS Guy.

The idea is pretty simple, if a link points to a .pdf file, we show the .pdf icon after or before the link.
Here are some more examples which i already implemented:


Extensions

e-Mail/Messaging URI schemes


Compatibility

The CSS technique has been successfully tested with:
Firefox (Mac & PC), Camino, Safari, Opera (Mac & PC) & Internet Explorer 7 (6 doesn't work)