css hack 如何区分 ie7 ie8

css教程评论494 views阅读模式
.style {      width:100px;  /*火狐以及一般浏览器*/
      width:200px\9;                 /*IE8*/ 
      *width:150px;  /*IE7*/
      _width:50px;  /*IE6*/
      height:100px;
      border:1px solid red;
}

企鹅博客
  • 本文由 发表于 2019年10月1日 22:59:17
  • 转载请务必保留本文链接:https://www.qieseo.com/356128.html

发表评论