tags:

views:

239

answers:

2

I know these so far:

*width:to hack all IE

_width:to hack IE6 only

Can you guys continue?

+5  A: 

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.

NickFitz
+1. Conditional comments are, in the imperfect world of web design, an awesome tool and definitely more stable than hacks.
Joey
Can Conditional comments be put inside css files?
Mask
NickFitz
+2  A: 

The Ultimate IE Hack Guide.

Joey