One of the projects which I am working uses CSS ‘attribute’ selector [att]
which is not supported by ie6: Support for CSS selectors in IE6 (look for text ‘Attribute Selectors’)
Is there any workaround/hack which is of course valid html/css to overcome this problem?
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'