Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/03/2007, 14:20
Cosac_Matsuda
 
Fecha de Ingreso: mayo-2005
Mensajes: 28
Antigüedad: 19 años
Puntos: 0
Re: iframe al 50%

He metido los iframes en una tabla y sigue igual...
De todos modos, no quiero poner los iframes uno al lado del otro, lo que quiero es poner uno encima del otro y que se repartan la altura cada uno al 50% de la pagina.

<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" height="100%"><iframe name='iSeguPR' id='iSeguPR' src='top.html' width="100%" height="100" frameborder="no" scrolling="auto" marginheight="0" marginwidth="0"></iframe></td>
</tr>
<tr>
<td width="100%" height="100%"><iframe name='iSeguPRaux' id='iSeguPRaux' src='bottom.html' width="100%" height="100%" frameborder="no" scrolling="auto" marginheight="0" marginwidth="0"></iframe></td>
</tr>
</table>