Alexey Novikov skrev:
I use this pattern:
<a href="document.pdf">Title_of_This_Lengthy_Document</a>, PDF, 1234kb


I would suggest putting the abbreviation PDF and the size inside the a-element if anyone tabs from link to link with JAWS or anything similar.

or with icon:
<a href="document.pdf"><img src="pdf.gif" alt="Download PDF" 
/>Title_of_This_Lengthy_Document</a>, PDF, 1234kb

I probably would have this image in CSS, aligned right or left and then add some padding right/left as well for it to show up. Now that IE7 supports attribute selectors most users will see it.

If not I would go for an empty alt-attribute, since the purpose of the link is clear from the text.


Lars Gunther


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to