Montagem.. CSS e HTML
Pessoal.. boa noite!
estou com um dúvida na montagem de um site que estou fazendo..
o layout do site é esse:
/applications/core/interface/imageproxy/imageproxy.php?img=http://www.catolicaceara.edu.br/teste/duvida02.jpg&key=4aab7bfb40c16867b09474f76e3e3c542d02f5a0c562815eea1d3fff95071735" alt="Imagem Postada" />
codigo 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">](http://www.w3.org/1999/xhtml)
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="style.css" rel="stylesheet" media="screen" />
<link href="reset.css" rel="stylesheet" media="screen" />
</head>
<body>
<div id="global">
<div id="cabecalho">
<div id="menu"> </div>
</div>
</div>
</div>
</body>
</html>
CSS:
html { font-size:100.01%; }
body{
background:url(images/bg.jpg) 0 0 repeat;
margin:0;
padding:0;
}
#global{
margin:auto;
padding:auto;
}
#cabecalho{
background:url(images/bgTop.jpg) no-repeat scroll top center;
height:446px;
margin:0;
padding:0;
}
#menu{
width:100%;
height:49px;
background:url(images/bgMenu.jpg) repeat-x ;
margin-top:300px;
}o site fica dessa maneira quando visualizo ele..
na teoria não era pra fica assim..
/applications/core/interface/imageproxy/imageproxy.php?img=http://www.catolicaceara.edu.br/teste/duvida01.jpg&key=5e39f4284d78f57cc9e4dc734fe5aa516d2929f2de6e1a030c80e67fa96857e6" alt="Imagem Postada" />
peço que me digam o que está errado na estrutura html ou no css! para que fique correto.
Abraços.
Discussão (4)
Carregando comentários...