Ver Mensaje Individual
  #7 (permalink)  
Antiguo 30/03/2004, 07:57
Avatar de wesse
wesse
 
Fecha de Ingreso: junio-2003
Ubicación: España
Mensajes: 577
Antigüedad: 20 años, 10 meses
Puntos: 1
alegría alegríaaaaaaaaa

Por fin está arreglado... a ver... en internet explorer, el height del iframe anula al height del td, pero en netscape me pone el height del td, por eso no me salía entero. Así que la solución es poner el height del td a 100%.
Aún así aun no me encajaba bien, así que terminé de arreglarlo con marginwidth="0" marginheight="0".

ANTES:
<td width="118" height="230" rowspan="2" valign="top" bgcolor="#515151">
<iframe width="100%" height="100%" src="menu.htm" frameborder="0" scrolling="no"></iframe>
</td>

DESPUÉS:
<td width="118" height="100%" rowspan="2" valign="top" bgcolor="#515151">
<iframe width="100%" height="100%" src="menu.htm" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe>
</td>

ENIGMA RESUELTOOOOOOOOOOO

Gracias por echarme una mano