史上最全的浏览器CSS&JS Hack手册

IE 选择器 Hack /* IE 6 and below */  * html .selector  {}     .suckyie6.selector {} /* .suckyie6 can be any unused class */  /* IE 7 and below */  .selector, {}  /* IE 7 */  *:first-child+html .selector 
相关文章
相关标签/搜索