Identify links with CSS and Icons.
Tuesday, December 11th, 2007Poolie Studios has a nice collection off icons that he uses to iconify links. This process is a fairly lightweight, unobtrusive way to show what your links are.
a[href$=".pdf"] { BLAH BLAH } is the core of the it all. This CSS selector object (easily done via jQuery for older browsers) allows you to showcase exactly what your links are.
I’m not 100% positive that this is always a good idea, but this is a nice collection of icons that fit the link sizes, and thus I’m linking it to you.

