csshack如何区分ie7ie8
来源:动视网
责编:小采
时间:2020-11-27 18:53:49
csshack如何区分ie7ie8
csshack如何区分ie7ie8:.style { width:100px; /*火狐以及一般浏览器*/ width:200px\9; /*IE8*/ *width:150px; /*IE7*/ _width:50px; /*IE6*/ height:100px; border:1px solid red; }
导读csshack如何区分ie7ie8:.style { width:100px; /*火狐以及一般浏览器*/ width:200px\9; /*IE8*/ *width:150px; /*IE7*/ _width:50px; /*IE6*/ height:100px; border:1px solid red; }

.style { width:100px; /*火狐以及一般浏览器*/
width:200px\9; /*IE8*/
*width:150px; /*IE7*/
_width:50px; /*IE6*/
height:100px;
border:1px solid red;
}
csshack如何区分ie7ie8
csshack如何区分ie7ie8:.style { width:100px; /*火狐以及一般浏览器*/ width:200px\9; /*IE8*/ *width:150px; /*IE7*/ _width:50px; /*IE6*/ height:100px; border:1px solid red; }