Ir para conteúdo
Fórum Script Brasil

Doug Chiara

Membros
  • Total de itens

    4
  • Registro em

  • Última visita

Sobre Doug Chiara

Doug Chiara's Achievements

0

Reputação

  1. Isso ae Kola... vlw meu velho. Pegou o barco agora e já tá em mar aberto. você é o cara!!!
  2. Olá, muito obrigado até aqui Norivan. É o seguinte... não consegui fazer funcionar com esse código não. Mas achei outro código q consegui fazer funcionar em partes. Segue: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script language="JavaScript"> <!-- function calcHeight() { //find the height of the internal page var the_height= document.getElementById('the_iframe').contentWindow. document.body.scrollHeight; //change the height of the iframe document.getElementById('the_iframe').height= the_height; } //--> </script> <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" name="corpo" hspace="0" vspace="0" id="the_iframe" onLoad="calcHeight();" scrolling="no" frameborder="0" height="1"> ></iframe></td> > <td width="210"><iframe src="menu_direito.php" width="210" height="370" frameborder="no" scrolling="no" name="menu_direito" hspace="0" vspace="0"></iframe></td> </tr> </table> </html> O problema dele é que as 2 frames laterais estão abrindo centralizada verticalmente, e eu gostaria q elas abrissem no topo. Tem como resolver isso??
  3. Certo. Mas não conheço nada de javascript, tem como dar uma ajuda mais detalhada, onde coloco isso e como ligo ele nas 3 frames de baixo??? tem como??
  4. 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á.
×
×
  • Criar Novo...