Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/05/2011, 09:39
jaguaresp
 
Fecha de Ingreso: enero-2011
Mensajes: 29
Antigüedad: 13 años, 3 meses
Puntos: 2
TD background no funciona en IE

Esta es la web en cuestión:

http://www.fincaelcastro.com/

Si entráis podéis ver que, como en tanto Firefox y Chrome funciona perfecto, pero en IE sale un fondo blanco en lugar de la imagen. ¿Por qué?

Código:
<html>

<head>
<meta http-equiv="Content-Language" content="es">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Finca El Castro</title>
</head>

<body background="hojas.jpg">

<div align="center">
	<table border="0" width="1000" cellspacing="0" cellpadding="0" bgcolor="#16130A">
		<tr>
			<td>
			<p align="center">
			<img border="0" src="header.jpg" width="432" height="83"></td>
		</tr>
		<tr>
			<td background="campo3.jpg">
			<p align="center"><iframe src ="index2.php" width="100%" height="680" frameborder="0" allowtransparency="true">
  <p>Your browser does not support iframes.</p>
</iframe></td>
		</tr>

	</table>
</div>

</body>

</html>