ie hack
ie9 专属hack \9\0
index_font{ margin-left:50px\9\0}
ie 8下 input 背景设置background:none 不能获取到input
ie6 + ie7 hack
@media screen\9{#div{background:#000;}}
ie7 hack 专属
*+html .banner_search input{ height: auto;}
解决办法
background:url(0) no-repeat;
ie8 hack
@media \0screen{#div{background:#000;}}
<style type="text/css">
@media \0screen{
#i8{
background:red;
width:200px;
height:300px;
}
}
</style>

浙公网安备 33010602011771号