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í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> </td> </tr> <tr> <td> </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]]>>