Hello I have next css class that working in IE fine but not working in FF and Chrome, what shold i change to fix it ?
.extHeaderStyle { background: transparent url(/sline/navigation/header/images/footerBack.gif) repeat-x -1 left; }
<tr class="GridHeaderStyle extHeaderStyle" align="left" style="font-size:14px;">
<th scope="col">AppErrorId</th><th scope="col">AppName</th><th scope="col">ServerIp</th><th scope="col">ClientIp</th><th scope="col">Request</th><th scope="col">ErrMsg</th><th scope="col">CreatedBy</th><th scope="col">CreatedDate</th>
</tr>
Remove -1? Or use a unit after the value.