Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/06/2011, 18:36
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: Alto de Tabla con archivo CCS

adri_ana:

Esto, funciona perfectamente
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.     <title>tabla 100% alto</title>
  5.   <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6.   <link rel="stylesheet" href="100.css" type="text/css" charset="utf-8" />
  7. </head>
  8. <table border="1" width="100%" id="cienxcien">
  9. <tr>
  10. <td>
  11. contenido
  12. </td>
  13. </tr>
  14. </body>
  15. </html>

y
100.css
Código CSS:
Ver original
  1. html, body {
  2.  height: 100%;
  3.  margin: 0px;
  4.  padding: 0px;
  5.  }
  6.  
  7.  table#cienxcien {
  8.  height: 100%;
  9.  background-color: cyan;
  10.  }


Demo

http://foros.emprear.com/html/t100
Habría que revisar todo tu html

Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.