One of the projects which I am working uses CSS \"attribute\" selector [att]
CSS Selectors
which is not supported by ie6: Support for CSS selectors in IE6 (
Since IE6 is essentially limited to:
your only options are:
I find it very helpful to take advantage of the ability to assign multiple classes to an element by separating them with a space: class="foo bar"