Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/10/2010, 07:28
Avatar de mikolbe
mikolbe
 
Fecha de Ingreso: octubre-2010
Mensajes: 104
Antigüedad: 13 años, 6 meses
Puntos: 2
Pregunta Ajuste de IFRAME

Hola foreros como están??? ando necesitando de su ayuda nuevamente.
Tengo un problemita con un iframe, resulta q quiero poner uno de estos para mostrar mi aplicación dentro del mismo pero no logro acomodar el alto del iframe, dejo el código ejemplo del HTML y una imagen de como se ve.



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>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
-->
</style></head>

<body>
<table width="100%" cellpadding="0" cellspacing="0" border="1">
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td >
    <iframe src="http://www.google.com.uy" width="100%" height="100%" name="mainFrame" id="mainFrame" ></iframe>
</td>
  </tr>
</table>
</body>
</html> 

Lo q yo quiero es q ese iframe llegue hasta el tope de abajo de la web.

Cuelquier ayudita me viene bien
Muchas Gracias!!!


<<[[MIKOL]]>>