I know these so far:
*width:to hack all IE
_width:to hack IE6 only
Can you guys continue?
I know these so far:
*width:to hack all IE
_width:to hack IE6 only
Can you guys continue?
Don't use selector hacks to target IE; use conditional comments. It's what they're for (amongst other things).
People only ever used selector hacks to target or exclude IE because they didn't know about conditional comments; now we are aware of them, there is no reason to continue using selector hacks.