标签: HACK

css hack一览(包含IE10)

/***** Selector Hacks ******/
/* IE6 and below */
* html #uno { color: red }
/* IE7 */
*:first-child+html #dos { color: red }
/* IE7, FF, Saf, Opera */
html>body #tres { color: red }
/* IE8, FF, Saf, Opera (Everything but IE 6,7) */
html>/**[……]

阅读全文»

IE6/7/8/9的CSS HACK

完整HACK代码:

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

其中:
background-color:cccccc;IE8和IE9都支持;
background-color:eeeeee9; 仅IE9支持;

另[……]

阅读全文»

鄂ICP备13000209号-1

鄂公网安备 42050602000277号