I agree, I can't wait until IE6 goes away. Generally what i do with that trick is write the most general styles that apply to all browsers and then override only the specific ones that need to be reset using the decedent selector, which most often for me are margins and padding. So I am not really specifically targeting IE6 with that first block, thats where the most broad rules that apply go.