Is there any elegant way of applying a certain style to all elements under IE6? I can do it with some JavaScript, but I was wonderin
AFAIK, IE6 does not support attribute selectors, so I think the answer is no. You'd have to use one of the following:
Both of which you want to avoid. Too bad.