Jump to content
11/12/2005
What about this little ditty for showing mailto: and PDF links:
a[href^=mailto]:after { content: ”(Email)”; }a[href$=.pdf]:after { content: ”(PDF)”; }
Vote up?
11/12/2005
What about this little ditty for showing mailto: and PDF links:
a[href^=mailto]:after { content: ”(Email)”; }
a[href$=.pdf]:after { content: ”(PDF)”; }