Ver Mensaje Individual
  #5 (permalink)  
Antiguo 24/02/2010, 09:57
cojonuo
 
Fecha de Ingreso: noviembre-2008
Mensajes: 28
Antigüedad: 15 años, 5 meses
Puntos: 0
Respuesta: problema chrome tr background

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