Olá pessoal, estou fazendo um site com iframes, mas estou tendo dificuldades na altura, o valor 100% não é aceito, alguém pode me ajudar?? Segue o código da página: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #000000; } --> </style></head> <table width="1020" border="0" align="center" cellpadding="0" cellspacing="5"> <tr> <td colspan="3"><iframe src="topo.php" width="1020" height="210" frameborder="no" scrolling="no"></iframe></td> </tr> <tr> <td width="210"><iframe src="menu_esquerdo.php" width="210" height="100%" frameborder="no" scrolling="no" name="menu_esquerdo" hspace="0" vspace="0"></iframe></td> <td width="600"><iframe src="noticias.php" width="600" height="100%" frameborder="no" scrolling="no" name="corpo" hspace="0" vspace="0"></iframe></td> > <td width="210"><iframe src="menu_direito.php" width="210" height="100%" frameborder="no" scrolling="no" name="menu_direito" hspace="0" vspace="0"></iframe></td> </tr> </table> </html> No topo e no menu_esquerdo ficam botões que carregam outras páginas com tamnhos diferentes no "corpo". Porém ficam cortadas. As paginas menu_esquerdo e menu_direito também cortam. Valor fixo fica muito ruim. Alguém tem alguma idéia?? Obrigado desde já.