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.