css hack 如何区分 ie7 ie8

.style {
      width:100px;  /*火狐以及一般浏览器*/
      width:200px\9;                 /*IE8*/ 
      *width:150px;  /*IE7*/
      _width:50px;  /*IE6*/
      height:100px;
      border:1px solid red;
}
posted @ 2013-07-16 18:55  javawebsoa  Views(146)  Comments(0Edit  收藏  举报