Return to Snippet

Revision: 31067
at August 28, 2010 08:19 by ichnoweb


Initial Code
/* external links */
a[href^="http://"]{
	padding-right: 20px;
	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: 20px;
	background: url(pdf.png) no-repeat center right;
}

Initial URL


Initial Description


Initial Title
Anchor styling corresponding to href

Initial Tags
link

Initial Language
CSS