Ver Mensaje Individual
  #5 (permalink)  
Antiguo 20/01/2011, 05:35
Avatar de intiweb
intiweb
 
Fecha de Ingreso: mayo-2009
Ubicación: Capital Federal
Mensajes: 363
Antigüedad: 14 años, 11 meses
Puntos: 5
Respuesta: poner la altura de una tabla al 100%

puede ser el echo de que antes de esa tabla tenga 2 tablas antes mas arriba ?
les muestro el codigo entero asi lo ven.

Código:
<?php 
$web = $_GET['web'];
?>
<!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=utf-8" />
<title>Document sans titre</title>
<style type="text/css">
body {
	background-image: url(imagenes/fondo_iframe.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
</style>
</head>

<body>
<table width="100%" border="0">
  <tr>
    <td bgcolor="#F89833"><div align="center"><table width="1000">
      <tr>
        <td width="125"><img src="imagenes/ia_logo_iframe.png" width="140" height="39" /></td>
        <td width="863">&nbsp;</td>
      </tr>
    </table></div></td>
  </tr>
</table>
<div align="center">
<table width="1000" height="435" border="0">
  <tr>
    <td><iframe width="1000" height="435" frameborder="0" src="<?php echo "http://"."$web"; ?>"></iframe></td>
  </tr>
</table>
</div>
<table width="100%" height="100%" border="0">
  <tr>
    <td bgcolor="#96989A" valign="top">
    <div align="center">
    <table width="1000">
      <tr valign="top">
        <td width="109"><img src="imagenes/logo gm.png" width="109" height="25" /></td>
        <td width="722">&nbsp;</td>
        <td width="153"><img src="imagenes/letras gm.png" width="200" height="25" /></td>
      </tr>
    </table>
    </div>
    </td>
  </tr>
</table>
</body>
</html>
la ultima tabla veran que tiene el height="100%" pero no me funciona :S
__________________
un saludo..... . . .