Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
estou começando uma pagina...
tudo estava indo beleza, ate que na pg, portifólio, o rodapé ñ aparece...
olha as imagens...
index.php
/applications/core/interface/imageproxy/imageproxy.php?img=http://img716.imageshack.us/img716/8803/erro31.gif&key=6b74a8f8b8e6d66fb822857b8c8bdaed9545cb6a3afad2fef78795ae13192e05" alt="erro31.gif" />
portifolio.php
/applications/core/interface/imageproxy/imageproxy.php?img=http://img852.imageshack.us/img852/8430/erro4.gif&key=a4bda5eb98f96e6a7f085359ed97e1766e5c2025dd75e05084280b8debccfb04" alt="erro4.gif" />
da pg index vou postar so o css do rodape
#rodape{
width: 960px;
float: left;
z-index: 10;
padding: 5px;
font-size: 11px;
color: #FFF;
background: #2A5FAA;
}
e agora da pg portifolio
#portifolio{ //essa e a div principal
width: 970px;
z-index: 9;
}
#tb1{ //tabela
float: left;
}
//aqui uma tabela, onde serão chamados os resultados da pesquisa...
<table width="950" border="0" cellspacing="0" cellpadding="0" id="tb1">
<tr>
<th scope="col"><p id="tit_port">Portifólio</p>
<form id="form1" name="form1" method="post" action="">
<p>
<label>
<select name="jumpMenu" id="jumpMenu" onchange="MM_jumpMenu('self',this,0)">
<option value="portifolio.php">Escolha as obras que deseja</option>
<option value="proj_resid.php">Projetos Residenciais</option>
<option value="proj_comer.php">Projetos Comerciais</option>
<option value="proj_comp.php">Projetos Completos</option>
<option value="proj_and.php">Projetos em Andamento</option>
</select>
</label>
<br />
</form>
<div id="inf">
<span >Ou faça uma pesquisa direta abaixo:<br />
pelo nome, ano, endereço, etc.</span>
</div><br />
<form id="form2" name="form2" method="post" action="">
<label>
<input type="text" name="pesquisa_obras" id="pesquisa_obras" />
</label>
<input type="submit" name="enviar" id="enviar" value="Ok" class="botao"/>
</form>
<p class="style2"> </p></th>
</tr>
<tr>
<?php
if(isset($resp)){
echo $resp;
}else{
exit;
}
?>
<table cellpadding="10" width="920" align="center" class="style1">
<tr>
<?php
echo $tabela;
?>
</tr>
</table>
</tr>
</table>Carregando comentários...