1. ! important(IE 优先,非IE不识别)
2. *html (IE识别,非IE不识别)
3. <!--[if IE]>css<![endif]-->(针对IE)
<!--[if IE5.0]>css<![endif]-->(IE5.0)
<!--[if gt IE5.0]>css<![endif]-->(IE5.x)
<!--[if lt IE6 ]>css<![endif]-->(IE6.0)
<!--[if gte IE6]>css<![endif]-->(IE6.x/5.x)
<!--[if lteIE7]>css<![endif]-->(IE7.x)