è un bug noto di IE

se non lo hai già fatto prova a scrivere il codice così:

codice:
<tr>
 <td><img src="... /></td>
</tr>

invece che così:

<tr>
 <td>
  <img src="... />
 </td>
</tr>