Why W3C CSS Validator showing parsing error on "Ends-with" Attribute Value Selector
- by metal-gear-solid
Why W3C Validator showing parsing error on this. I selected CSS3 profile also from dropdown.
a[href $=.xls]{background: transparent url(ms-excel-icon.gif) left top no-repeat;
padding-left: 22px;display: block;height: 16px;}