如何使这个CSS代码在IE浏览器中工作?显然它只适用于ff,chrome,safari

时间:2011-09-09 04:03:23

标签: css

任何人都可以告诉我如何使这些代码在IE浏览器上运行吗?或者对我的这段代码是否有一个变化?

#stuff { opacity:0;filter:alpha(opacity=0);zoom:1 }
#stats { background: url('http://image.jpg') no-repeat 110px 20px !important; }

#stats h3 { pointer-events: none; cursor: default;}

#stat-arrow {height: 0;}

#stats table tr:nth-last-child(2) {position:absolute !important; left: 10000px !important; }
#stats table tr:last-child {position:absolute !important; left:10000px !important; }

0 个答案:

没有答案