Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Td bem, pessoal?? Eu to aqui com uma dúvida q naum sei como resolver ja revirei td, tutoriais, o fórum e naum consigo!! To tentando fazer um layout dividido em blocos: TOPO, LATERAL DIREITA, CONTEÚDO.. etc. Aqui em ksa ta normal até qnd mudo a resolução fica ok. O problema é qnd você acessa em outros computadores q ele bagunça, ja em outros fica certo principalmente a parte do conteudo q acontece isso?
CSS
* {
margin:0px;
padding:0px;
}
body {
text-align:left;
background-color:#F5F5F5;
}
#exib_tudo {
width:1002px;
margin:auto;
background-color:#FFFFFF;
}
#topo, #rodape {
position:relative;
width:1002px;
}
#topo {
top:-1px;
height:222px;
}
#lat_esquerda, #lat_direita {
position:relative;
width:132px;
height:740px;
}
#lat_esquerda {
float:left;
}
#conteudo {
margin-left:132px;
width:738px;
}
#setor1 {
position:relative;
width:738px;
height:179px;
}
#setor2, #setor3 {
position:relative;
height:561px;
}
#setor2 {
top:-1px;
width:480px;
float:left;
}
#setor3 {
width:258px;
}
#lat_direita {
float:right;
}
#rodape {
height:38px;
clear:both;
}<div id="exib_tudo">
<div id="topo"><?php include("topo.php"); ?></div>
<div id="lat_esquerda"><?php include("lat_esquerda.php"); ?></div>
<div id="lat_direita"><?php include("lat_direita.php"); ?></div>
<div id="conteudo">
<div id="setor1"><?php include("setor1.php"); ?></div>
<div id="setor2"><?php include("setor2.php"); ?></div>
<div id="setor3"><?php include("setor3.php"); ?></div>
</div>
<div id="rodape"><?php include("rodape.php"); ?></div>
</div>
Segue o CSS e o HTML pra vcs olharem por gentileza e tentar descobrir o problema.. Vlw!! Muito obrigado a todos q responderem, ficarei muito grato.. Flw!! um abraço, t+ http://forum.imasters.com.br/public/style_emoticons/default/thumbsup.gifCarregando comentários...