Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Pessoal estou um a seguinte dúvida para finalizar o cabeçalho do meu site,
criei um div geral onde irá todo o conteudo a div cabeçalho onde ira uma imagem de fundo e um h1 onde farei um img replacemente para
o logo da minha empresa e nesta mesma div cabeçalho criei outra div nav onde irá o menu, porém não sei o que estou fazendo de errado
que não consigo posicioná-la como projetei. segue os códigos e o layout.
Gostaria que me ajudassem!
sem mais obrigado.
/applications/core/interface/imageproxy/imageproxy.php?img=http://www.folhadeguaracai.com.br/arquivos/header.jpg&key=26ae4142be46b53f99e6077e10ef9e4babeb94e3492078bc883b469b8b38da3e" alt="Imagem Postada" />
HTML 4.01
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<head>
<title>Rede de Supermercados Passarelli > Home</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="estilos.css" type="text/css" media="screen">
</head>
<body>
<div id="geral">
<div id="cabecalho">
<h1 class="logo">
<a href="[http://www.redepassarelli.com.br/"](http://www.redepassarelli.com.br/) title="Rede de Supermermercados Passarelli" class="logo">Página Principal</a>
</h1>
<div id="nav">
<ul>
<li><a href="[http://redepassarelli.com.br/">HOME](http://redepassarelli.com.br/)
<li><a href="[http://redepassarelli.com.br/sobre">SOBRE](http://redepassarelli.com.br/sobre)
<li><a href="[http://redepassarelli.com.br/parceiros">PARCEIROS](http://redepassarelli.com.br/parceiros)
<li><a href="[http://redepassarelli.com.br/contato">CONTATO](http://redepassarelli.com.br/contato)
<li><a href="[http://redepassarelli.com.br/mapa">MAPA](http://redepassarelli.com.br/mapa)
<li><a href="[http://webmail.redepassarelli.com.br/">WEBMAIL](http://webmail.redepassarelli.com.br/)
</ul>
</div> -->
</div>
<hr> <!--
<div id="destaque">
<p>Aqui vai um texto de descrição</p>
</div>
<hr>
<div id="opcoes">
<ul>
<li>Cartões
<li>Oportunidades
<li>Talentos
<li>Eventos
<li>Galeria de Fotos
<li>Vídeos
</ul>
</div>
<hr>
<div id="promocoes">
<p>Arroz Dona Milú Tp1</p>
<em>5,99</em>
<p>Arroz Dona Milú Tp1</p>
<em>5,99</em>
</div>
<hr>
<div id="novidades">
<h2>Coral Rede Passarelli visita asilo São Vicente de Paulo</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
<hr>
<div id="rodape">
<p>Rede de Supermercados Passarelli - Faz parte da sua vida.</p>
</div>-->
</div>
</body>
</html>*{
padding:0;
margin:0;
list-style-type: none;
} background: url(imagens/bg.gif);
}display:none;
}
#geral{
width: 800px;
height: 1500px;
margin: 0 auto;
}
#cabecalho{
width: 800px;
height: 231px;
background: url(imagens/bg_cabecalho.jpg);
position: relative;
top: 41px;
} width: 286px;
height: 168px;
background: url(imagens/logo.png);
display:block;
position:relative;
top: -40px;
left: 7px;
} display:none;
} margin:0;
padding:0;
display:inline;
}Carregando comentários...