Example:
Link
How do I change the presentation of the \"title\" attribute in th
a[title="My site"] { color: red; }
This also works with any attribute you want to add for instance:
HTML
My Stuff
CSS
.my_class[anything="whatever"] { color: red; }
See it work at: http://jsfiddle.net/vpYWE/1/