跳至主要內容

CSS Hack

路漫小于 1 分钟

CSS Hack

/* 属性 */
#test{
  background-color: red; // IE8
  +background-color: red; // IE7
  _background-color: red; // IE6
}
/* 语句 */
<! - [if lte IE 6]><![endif] ->