<html><body bgcolor="#FFFFFF"><div>Yeah, * html hack is an option. </div><div>
</div><div>Or we could just comment them out and let devs use them however they'd like. Problem is, that would mean IE6 wouldn't be supported without a tweak.</div><div>
</div><div>I'm partial to a hack or descendant to keep things contained in one file...</div><div>
</div><div>There's always the alternative of generating a second file for these too. But that seems wasteful.</div><div>
</div><div>
</div><div> </div><div>
On Jan 19, 2009, at 6:42 PM, "Ca-Phun Ung" <<a href="mailto:caphun@yelotofu.com">
caphun@yelotofu.com</a>> wrote:
</div><div></div><blockquote type="cite"><div>Another option for targeting IE6 - use the star hack:
* html .ui-icon { background-image: url(images/222222_256x240_icons_icons.gif)/*{iconsIEContent}*/; }
We could place all these styles at the very bottom of the css so they could be easily removed when IE6 is completely phased out.