Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/05/2007, 14:25
Avatar de Phoncadiz
Phoncadiz
 
Fecha de Ingreso: mayo-2004
Ubicación: Cádiz City
Mensajes: 232
Antigüedad: 19 años, 10 meses
Puntos: 1
Re: Tablas de alto 100% en IE y FireFox

Por supuesto que me has ayudado, pero ahora me he encontrado con otro problema. Cuando pongo una de las filas (Fila 1) con una altura fija (25px) me vuelve a pasar lo mismo. Ni poniendo la altura en el TD se me soluciona. ¿Qué estoy haciendo mal?

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Prueba</title>
<style type="text/css">
<!--
html, body {margin:0px;height:100%}
-->
</style>
</head>

<body>
<table width="1003" border="0" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC" style="height:100%">
  <tr>
    <td width="772" valign="top" style="height:100%"><table width="100%" border="0" cellspacing="0" cellpadding="0" style="height:100%">
      <tr>
        <td bgcolor="#DFFFDF" style="height:25px" height="25">Fila1</td>
      </tr>
      <tr>
        <td bgcolor="#E8FDFD">Fila2</td>
      </tr>
      <tr>
        <td bgcolor="#F9E0FC">Fila3</td>
      </tr>
      <tr>
        <td bgcolor="#F4F9D2">Fila4</td>
      </tr>
      <tr>
        <td bgcolor="#FDE2D7">Fila5</td>
      </tr>
    </table></td>
    <td width="231" valign="top">&nbsp;</td>
  </tr>
</table>
</body>
</html> 
Muchas gracias por adelantado. Me es de mucha ayuda.
__________________
Tantas horas delante de una pantalla servirá para algo....
[Phoncadiz; mínimo 8 h. al día con el PC] :stress: