Ver Mensaje Individual
  #12 (permalink)  
Antiguo 27/03/2008, 08:49
David24
 
Fecha de Ingreso: septiembre-2003
Mensajes: 15
Antigüedad: 20 años, 8 meses
Puntos: 0
Re: Problemas con el height de las filas en IE7

Hola Urotsuki, que tal...

He probado la solución que das, sobre tu propio ejemplo y no logro el alto total de la tabla sea el 100%, si no que se desborda exactamente el tamaño en píxeles fijos (60 px).


Un saludo



Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html style="width:100%;height:100%;">
<body style="margin:0px;width:100%;height:100%;">

<table border="1" cellpadding="0" cellspacing="0" style="width:100%;height:100%;">
<tbody style="width:100%;height:100%;">
<tr style="height:30px;"><td>Some text</td></tr>
<tr><td>Some text</td></tr>
<tr style="height:30px;"><td>Some text</td></tr>
</tbody>
</table>

</body>
</html>