IE下hack总结
1.IE4
1.@import url("test.css")这种写法,这个test.css只能被IE5+识别,IE4及以下版本不会解析,这样可以用来区分IE4.
2.IE6
_nowamagic:1px
3.IE7,IE8,IE9
4.IE10,IE11
ie10不支持条件注释了,给个链接ie10 hack
8.其他
1.区分IE和其他浏览器
@import url("test.css") screen这种写法,IE系列浏览器对设备类型不支持,所以这个test.css在IE中都不会被解析