Return to Snippet

Revision: 18175
at September 23, 2009 15:15 by paulgrenwood


Initial Code
a[href$='.doc'] {
	padding:0 20px 0 0;
	background:transparent url(/graphics/icons/doc.gif) no-repeat center right;
}

Initial URL


Initial Description
CSS Attribute selectors are very powerful giving you many options to control styles of different elements e.g. you can add an icon based on the href attribute of the a tag to let the user know whether link points to an image, pdf, doc file etc.

Initial Title
Attribute-Specific Icons

Initial Tags
css

Initial Language
CSS