罗马尼亚
<td class="width2 padLeft" id="loading_45"> </td>
The following JQuery:
$( #loading_45 ).addClass( loading );
定义如下:
td.loading
{
background-image:url("../images/icon_loading_circle.gif");
background-position:left center;
background-repeat:no-repeat;
height:auto;
position:absolute;
text-align:center;
}
IE7(FF的工厂罚款)没有造成背景估计。
是否有任何人认为我做了什么错误?
As Pointy noted the problem was in the css the position:absolute; definition should be removed Thanks all for answering so fast