Hello,
I have an image that's set as background on a tr. In IE8, Firefox it loops through the td's. But in Safari and IE7 the image starts every td again.
In the example here, the image is 150 width and should start at the first column and just end at the end of the second column. But in IE7 and Safari, it ends at the end of the first column, and starts again from the second column till the end of the second column.
<table style="width: 150px;">
<tr style="50px; background: url('/default/images/main/a_1.png') no-repeat;">
<td>test</td>
<td>test 1</td>
</tr>
</table>
I have an image that's set as background on a tr. In IE8, Firefox it loops through the td's. But in Safari and IE7 the image starts every td again.
In the example here, the image is 150 width and should start at the first column and just end at the end of the second column. But in IE7 and Safari, it ends at the end of the first column, and starts again from the second column till the end of the second column.
<table style="width: 150px;">
<tr style="50px; background: url('/default/images/main/a_1.png') no-repeat;">
<td>test</td>
<td>test 1</td>
</tr>
</table>