Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/04/2007, 03:55
alhambraeidos
 
Fecha de Ingreso: marzo-2007
Mensajes: 38
Antigüedad: 17 años, 1 mes
Puntos: 0
Height en IFRAME

Hola,

tengo un IFRAME así:

<table width="100%">
<tbody>
<tr>
<td width="99%">
<span id="ctl00_PlaceHolderMain_ctl00_ctl02_VisorPDF1" style="display:inline-block;height:400px;width:100%;"><div>
<iframe src="ImageCache/cmqobm553kjaup2tvkssqinr05337556.pdf" width="100%" height="400px"></iframe>
</div></span>
</td>
</tr>
</tbody>
</table>

Si pongo height="100%" para <iframe> me da problemas, qué podría hacer ??

saludos.