Home › Forums › CSS › need help using attribute selectors › Re: need help using attribute selectors
January 21, 2011 at 5:51 am
#64927
Member
#content a[href$=".pdf"] {
background: #F5FAFC url(../images/link-pdf.gif) no-repeat right 2px;
padding: 0 50px 0 0;
}