Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/05/2006, 14:52
pmj11195
 
Fecha de Ingreso: mayo-2006
Mensajes: 7
Antigüedad: 17 años, 11 meses
Puntos: 0
Muchísimas gracias de nuevo por intentar solucionar el problema. Pongo el código completo para que lo veas:

<html>
<head>
<title>GEYRECO. Gestión y Representación Comercial</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
body{
margin:0;
}
</style>
</head>

<body>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="70px" colspan="6" background="imagenes/fondocabecero.jpg">
<div align="center"><strong><font color="#FF0000" size="+7" face="Verdana, Arial, Helvetica, sans-serif">GEYRECO</font></strong></div></td>
</tr>
<tr>
<td width="150" height="20px" background="imagenes/fondomenus.jpg">&nbsp;</td>
<td background="imagenes/fondoframe.jpg" align="center"><a href="quienes.html" target="principal">¿Quiénes somos?</a></td>
<td background="imagenes/fondoframe.jpg" align="center"><a href="productos.html" target="principal">Productos</a></td>
<td background="imagenes/fondoframe.jpg" align="center"><a href="influencia.html" target="principal">Zona de influencia</a></td>
<td background="imagenes/fondoframe.jpg" align="center"><a href="contactar.html" target="principal">Contactar</a></td>
<td width="150" background="imagenes/fondomenus.jpg">&nbsp;</td>
</tr>
<tr>
<td background="imagenes/fondomenus.jpg">
<table width="150px" height="200px" border="0">
<tr>
<td align="center" height="20"><h4><a href="noticias.html" target="principal">Noticias</a></h4></td>
</tr>
<tr>
<td align="center" height="20"><h4><a href="turismo.html" target="principal">Turismo</a></h4></td>
</tr>
<tr>
<td height="20" align="center"><h4><a href="sociedad.html" target="principal">Sociedad</a></h4></td>
</tr>
<tr>
<td align="center" height="20"><h4><a href="deportes.html" target="principal">Deportes</a></h4></td>
</tr>
<tr>
<td align="center" height="20"><h4><a href="mercado.html" target="principal">Mercado</a></h4></td>
</tr>
<tr>
<td align="center" height="20"><h4><a href="economia.html" target="principal">Economía</a></h4></td>
</tr>
</table>
</td>
<td colspan="4" background="imagenes/fondoframe.jpg">
<iframe name="principal" width="100%" height="100%" frameborder="0"></iframe></td>

<td background="imagenes/fondomenus.jpg">
<table width="150px" height="200px" border="0" cellpadding="0">
<tr>
<td align="center" height="20"><h4>Smart Market</h4></td>
</tr>
<tr>
<td align="center" height="20"><h4>Appletree</h4></td>
</tr>
<tr>
<td align="center" height="20"><h4>Exitoflor</h4></td>
</tr>
<tr>
<td align="center" height="20"><h4>Joaquim
Plana</h4></td>
</tr>
<tr>
<td align="center" height="20"><h4>Sevimex</h4></td>
</tr>
<tr>
<td align="center" height="20"><h4>Awi</h4></td>
</tr>
<tr>
<td align="center" height="20"><h4>Muñecas
...</h4></td>
</tr>
<tr>
<td align="center" height="20"><h4>Abanicos
Folgado</h4></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20px" colspan="6" bgcolor="#FFCCFF">&nbsp;</td>
</tr>
</table>
</body>
</html>


En azul, indico la parte correspondiente al dichoso iframe que me tiene loco. La cuestión es que al probar en Firefox, se ve lo que yo quiero, es decir, como fondo la imagen "fondoiframe.jpg". Al cargar en este iframe todos los enlaces de la página (noticias, deportes, sociedad, etc.), se ve por debajo del texto y de las fotos de las páginas cargadas la imagen "fondoiframe.jpg".
Por el contrario, al probarlo en el Explorer, el fondo se ve blanco.

Muchas gracias por el interés prestado.