当前位置:Gxlcms > css > csshack如何区分ie7ie8

csshack如何区分ie7ie8

时间:2021-07-01 10:21:17 帮助过:4人阅读

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

人气教程排行