简体   繁体   English

背景:在ie7中没有工作吗?

[英]background:none not working in ie7?

Please tell me the foloowing css not applying in ie7. 请告诉我在ie7中未应用的后续css。

I am erasing the default style of td in ie9,ie8 working fine using the below style.but in ie7 nothing is displaying empty background is coming. 我正在使用下面的样式在ie9,ie8中很好地擦除td的默认样式。但是在ie7中,什么都没有显示空背景。

.tablesorter-tablesorter thead th 
   {
   background: none;
   }

In IE9,IE8 the above css is applying perfectly. 在IE9,IE8中,上述CSS非常适用。

Please let me know.. 请告诉我..

Thanks, 谢谢,

Try it this css all browser look likes... 试试吧,这css所有浏览器看起来都像...

.tablesorter-tablesorter thead th 
   {
   background: transparent;
   }

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM