css IE,CSS:CSS Hacks IE6-IE9

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css IE,CSS:CSS Hacks IE6-IE9相关的知识,希望对你有一定的参考价值。

#hack{
  color:red; /* All browsers */
  color:red !important;/* All browsers but IE6 */
  _color:red; /* Only works in IE6 */
  *color:red; /* IE6, IE7 */
  +color:red;/* Only works in IE7*/
  *+color:red; /* Only works in IE7 */
  color:red\9; /* IE6, IE7, IE8, IE9 */
  color:red\0; /* IE8, IE9 */
  color:red\9\0;/*Only works in IE9*/
}

/* From http://codemug.com/html/css-hacks-for-ie6ie7ie8ie9-and-ie10/ */

以上是关于css IE,CSS:CSS Hacks IE6-IE9的主要内容,如果未能解决你的问题,请参考以下文章

text IE CSS Hacks All - IE6,7,8,9,10,11,Edge

text IE CSS Hacks All - IE6,7,8,9,10,11,Edge

text IE CSS Hacks All - IE6,7,8,9,10,11,Edge

可接受的 CSS hacks/修复

CSS IE6只有CSS。还使IE6使用PNG背景

css样式怎么设置只对ie6起作用?