IE9 hack

啥也不说了,我只是个杯具的前端

#element {     color:orange; } 
#element {     *color: white;    /* IE6+7, doesn't work in IE8/9 as IE7 */} 
#element {     _color: red;     /* IE6 */} 
#element {     color: green\0/; /* IE8+9  */} 
:root #element { color:pink \0/; }  /* IE9 */

posted @ 2011-05-25 14:23  zjhsd2007  阅读(554)  评论(0编辑  收藏  举报