Return to Snippet

Revision: 41194
at February 14, 2011 03:37 by alp


Initial Code
/* external links */
a[href^="http://"]
{
padding-right: 13px;
background: url(external.gif) no-repeat center right;
}
/* emails */
a[href^="mailto:"]
{
padding-right: 20px;
background: url(email.png) no-repeat center right;
}
/* pdfs */
a[href$=".pdf"]
{
padding-right: 18px;
background: url(acrobat.png) no-repeat center right;
}

Initial URL

                                

Initial Description

                                

Initial Title
Styling Links by File Type

Initial Tags

                                

Initial Language
CSS