Pessoas, é o seguinte, isso ta ocorrendo somente com o firefox, No IE
e Opera, funciona direitin, o codigo não é tableless, mas mesmo a
versão que fiz não deu certo.
Na index tem um iframe que chama uma página, mas no firefox fica em
branco, e nos outros browsers funcionam normalmente.
O código da página que vai no iframe é esse, pq será que deu errado?
(lembrando que a versão em xhtml+css tb não funcionou)
não me xinguem. :P
"<?xml version="1.0" encoding="iso-8859-1"?>
<!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>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if
((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW ||
innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
function mudalink(end){
iframe.location.href = end;
}
</script>
<script type="text/javascript">
function adaptframe(pagina){
if (!window.opera && !document.mimeType && document.all &&
document.getElementById){
parent.document.getElementById(pagina).style.height=this.document.body.offsetHeight+"px";
}
else if(document.getElementById) {
parent.document.getElementById(pagina).style.height=this.document.body.scrollHeight+"px"
}
}
</script>
<link href="home2.css" rel="stylesheet" type="text/css" />
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
onLoad= "adaptframe('conteudo')">
<div id="Layer1" style="position:absolute; left:22px; top:6px;
width:254px; height:155px; z-index:1; background-image:
url(imagens/destaque1_depoimento.jpg); layer-background-image:
url(imagens/destaque1_depoimento.jpg); border: 1px none #000000;">
<table width="164" height="154" border="0" cellpadding="0"
cellspacing="0" id="depoimentos">
<!--DWLayoutTable-->
<tr>
<td width="10" height="37"> </td>
<td width="169"><h1> Depoimentos</h1></td>
</tr>
<tr>
<td height="74"></td>
<td valign="top"><p><a href="depoimentos.html"
target="conteudo">"O projeto de reestruturação<br>
de nosso estoque indicado<br>
pela Togni reduziu em mais <br>
de 30% nosso custo com coberturas a terceiros"</a></p></td>
</tr>
<tr>
<td height="41"></td>
<td><h2>Aloísio de Faria<br />
Dir. Geral- Banco Real</h2></td>
</tr>
</table>
</div>
<div id="Layer2" style="position:absolute; left:287px; top:6px;
width:229px; height:256px; z-index:2; background-image:
url(imagens/destaque_clientes.jpg); layer-background-image:
url(imagens/destaque_clientes.jpg); border: 1px none #000000;">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="13" height="45"> </td>
<td width="212"><h3> Nossos Clientes</h3></td>
</tr>
<tr>
<td height="101"> </td>
<td valign="top"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="80" height="99"> </td>
<td width="129" valign="top"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="103"> </td>
<td valign="top"><h3>Quer conhecer nossa competência?
Pergunte aos nossos clientes.<br>
<h4><a href="clientes.html">Clique aqui é veja quem
são.</a></h4></h3></td>
</tr>
</table>
</div>
<div id="Layer4" style="position:absolute; left:24px; top:167px;
width:204px; height:137px; z-index:4">
<table width="250" border="2" cellpadding="0" cellspacing="0"
bordercolor="#B6B6B6">
<tr>
<td width="252" height="144" valign="top"><table width="245"
border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="245" height="30" bgcolor="#DEDEDE"><table
width="236" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="13"><div align="right"><img
src="imagens/quadradin.gif" width="7" height="7" /></div></td>
<td width="10"> </td>
<td width="213"><strong><font color="#003366" size="2"
face="Verdana, Arial, Helvetica, sans-serif">Seguro Garantia
</font></strong></td>
</tr>
</table></td>
</tr>
<tr>
<td height="69" valign="top"><table width="242" border="0"
cellspacing="0" cellpadding="0">
<tr>
<td width="10" height="68" bgcolor="#F4F4F4"> </td>
<td width="232" valign="top" bgcolor="#F4F4F4"><p><img
src="imagens/destaque_seg.jpg" width="77" height="60" align="right"
/>Só é possível ter certeza de que um contrato
será realmente cumprido com a contratação de um
seguro constituído especificamente para esse fim. É o
Seguro Garantia, instrumento que garante ao credor de uma
obrigação que o devedor a cumprirá nos exatos
termos do contrato firmado.</p><h4><a
href="seguros/garantia.html">Veja mais.</a></h4></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</div>
<div id="end">Rua
Santa Catarina, 1630 | 2º Andar | Lourdes<br />
Cep: 30.170-081 | Belo Horizonte | MG | Brazil<br />
Phone:
+55 31 3293.5768 | Fax: 3293.1857<br />
to...@togniconsultores.com.br</font></div>
</body>
</html>
"