IE9的css hack

IE9的css hack

  以前写过《IE8的css hack》,ie9一出css hack也该更新,以前一直没关注,今天在内部参考群mxclion分享了IE9的css hack,拿出来也分享一下:

select {
background-color:red;  /* ie 8/9*/
background-color:blue9;  /* ie 9*/
*background-color:#dddd00;  /* ie 7*/
_background-color:#CDCDCD;  /* ie 6*/
}

  注意写hack的顺序,其中:

  1. background-color:red;IE8和IE9都支持;
  2. background-color:blue9; 仅IE9支持;

  更多其他hack关注:http://www.css88.com/archives/1681。
  感谢mxclion,感谢内部参考群!

IE9的css hack

相关文章:

你感兴趣的文章:

标签云: