Dante 11 December 2005 What about this little ditty for showing mailto: and PDF links: a[href^=mailto]:after { content: ”(Email)”; }a[href$=.pdf]:after { content: ”(PDF)”; }
What about this little ditty for showing mailto: and PDF links:
a[href^=mailto]:after { content: ”(Email)”; }
a[href$=.pdf]:after { content: ”(PDF)”; }