Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Pesoal depois das dicas do meu amigo Ramal refiz hoje o codigo do jeito que ele sugeriu ( ou quase )Mas estou com um problema o qual ja esta explicado na propria imagem:
As div que defini responsaveis por essas partes sao: nav ( menu preto ) post ( corpo branco ) e dentro da div post a div title ( barra laranja)
Uploaded with ImageShack.us
Bom eu gostaria que estivesse assim:
Uploaded with ImageShack.us
Bom segue meu codigo acredito que agora muito melhor.
html
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="tudo">
<div class="header"></div>
<div class="nav"></div>
<div class="menu"><h1></h1></div>
<div class="post">
<div class="title"></div>
</div>
<div id="footer">
</div>
</body>
</html>
css
* {
padding: 0;
margin: 0;
border: 0;
}
.tudo {
margin:opx;
padding:0px;
}
body { background:url(imagens/bg.gif);
ont-family: "Trebuchet MS", sans-serif;
font-size: medium;
margin:0px;
padding:0px;
}
.header {
background:url(imagens/hd.png) no-repeat;
height:300px;
width:630px;
margin-left:140px;
padding: 0px;
border:0px 0px 0px;
}
.menu { background:#FFFFFF url(imagens/bdfooter.png) no-repeat bottom;
float:right;
width:300px;
height:300px;
margin-right:25px;
}
.nav {
background: url(imagens/borda.png);
width:659px;
height:71px;
margin-left:150px;
border:0px;
}
.post { background:#FFFFFF;
width:659px;
height:800px;
margin: 0px 455px 0px 150px;
margin-bottom:24px;
position:relative;
}
.title { background:url(imagens/title.jpg) ;
margin-top:15px;
width:620px;
height:52px;
margin-left:19px;
}
#footer{
background:#131313 url(imagens/bgfooter.jpg) repeat;
height:100px;
}Carregando comentários...