Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Ola... estou com um problema na DIV conteudo... na Dreamweaver e no IE6 ela nao aparece....
segundo o Dream ela esta com o HEIGHT 0px;
bom.. nos demais IE8 e FF esta normal... tem solução?
<!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">](http://www.w3.org/1999/xhtml)
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Blog Brazil</title>
<style type="text/css"> background:url(/page/image/background_topo.jpg) #000000 repeat-x top;
font:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#FFFFFF;
margin:10px;
margin-top:0;
}
.page {
width:970px;
height:auto;
margin:auto;
}
.Top {
height:90px;
}
.logotipo {
float:left;
padding-left:22px;
padding-top:22px;
}
.menuLateralTop {
float:right;
background:url(/page/image/menu_lateral.jpg) no-repeat;
width:230px;
height:44px;
margin-top:46px;
margin-right:10px;
}
#conteudo {
background:url(/page/image/conteudo_background.jpg) repeat-y;
}
.colunaEsq {
width:720px;
padding-left:5px;
padding-right:5px;
}
.menu {
width:auto;
height:45px;
}
.colunaNon {
width:240px;
}
.rodape {
background:url(/page/image/rodape.jpg);
height:50px;
clear:both;
}
#plataforma {
display:block;
overflow:hidden;
height:1px;
}
</style>
</head>
<body><div class="page">
<!-- Topo do Site -->
<div class="Top">
<div class="logotipo"><img src="/page/image/logotipo.jpg" alt="Aqui" /></div>
<div class="menuLateralTop"></div>
</div>
<!-- Conteudo -->
<div id="conteudo" style="overflow:hidden; clear:both;">
<div class="colunaEsq" style="float:left;">
<div class="menu">Menu</div>
</div>
<div class="colunaNon" style=" float:right;">None</div>
</div>
<!-- Rodape -->
<div class="rodape">
Leandro Senni
</div>
</div>
</body>
</html>
VLW
Carregando comentários...