Claro, este codigo reproduce mi problema
Código:
<html>
<head>
<style>
table{
width: 400px;
}
tr{
background: transparent url(http://dl.dropbox.com/u/2048293/seam/cat_h.png) no-repeat scroll 0 0;
height: 60px;
}
td{
color: white;
}
</style>
</head>
<body>
<table>
<tr>
<td>casilla</td>
<td>casilla</td>
<td>casilla</td>
<td>casilla</td>
</tr>
</table>
</body>
</html>
en firefox e ie se muestra correctamente pero en crome me muestra dos imagenes en lugar de una, muestra una por cada fila