WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: revisiting links to document downloads

for

From: Angela French
Date: Jun 16, 2011 2:12PM


Anything is on the table. Right now I'm experimenting with CSS attribute selectors to make the document icon come in dependent upon the file extension like this:

a[href$=".pdf"]:after
{
content: url(/imgs/layout/icon_pdf.gif);
}

but IE 7 doesn't support.