Vejam:

É possível?
Eu leio bastante, já conheço várias fontes pra conteúdo de CSS. O que eu gostaria mesmo é de alguma dica referente a esse site.
Valeu!
Posted 12/03/2007, 14:27
Posted 12/03/2007, 14:29
Posted 12/03/2007, 14:52
<DIV ID="TODO"> <div class="cima"> <div class="logo"> </div> <div class="menu"> </div> </div> </DIV>
Edição feita por: Firehalk, 12/03/2007, 15:02.
Posted 12/03/2007, 15:04
<div id="topo"> </div> <div id="menu">bota a imagem com os links aqui</div> <div id="fotos">codigo das fotos</div> <div id="conteudo">conteudo aqui</div> <div id="rodape"></div>
Edição feita por: sTriKe, 12/03/2007, 15:04.
Como Instalar - Blog com tutoriais e guias para instalação de softwares, confira!!
Posted 12/03/2007, 15:07
Posted 12/03/2007, 15:48
BODY { background-color: #45530F; } #todo { margin: 0; font: verdana 12px; padding: 8; width:80%; height:80%; } .cima { background: url(imagens/sup_esquerdo_novo.jpg) no-repeat 0% 0%; height: 139px; } .cima img { padding-left: 185; } .dir { background: url(imagens/sup_direito.jpg) no-repeat 100% 0%; height: 139px; }
<div id="todo"> <div class="cima"><DIV CLASS="dir"> <img src="imagens/logo.jpg" border="0"></div> </div> </div>
Edição feita por: Firehalk, 12/03/2007, 17:53.
Posted 12/03/2007, 20:58
.cima img { padding-left: 185; }
Posted 13/03/2007, 01:20
Posted 13/03/2007, 11:02
--------------------------------------------- | 1 | | 2 | | | | | | | ---------------------------------------------
#menu{ background:url(fundo.gif);width:700px;height:150px;} #menu #left{ float:left} #menu #right{ float:right}
<div id="menu"> <img id="right" src="right.gif"> <img id="left" src="left.gif"> </div>
Posted 13/03/2007, 13:57
Se você tirar?
.cima img { padding-left: 185; }
<style type="text/css"> BODY { background-color: #45530F; } #todo { margin: 0; font: verdana 12px; padding: 8; width:80%; height:80%; margin: 10px auto 10px auto; } #menu{ background:url(imagens/fundo_deg_rep.jpg);width:700px;height:208px;} #menu #left{ float:left;} #menu #right{ float:right;} </style>
<div id="todo"> <div id="menu"> <img id="right" src="imagens/curva_dir.jpg"> <img id="logo" src="imagens/logo.jpg"> <img id="left" src="imagens/curva_esq.jpg"> </div> </div>
Posted 13/03/2007, 14:16
<style> #top{ width:600px; height:150px;border:1px solid #000;} #top #direita{ width:30px; height:30px; float:right; background:#ccc;} #top #esquerda{ width:30px; height:30px; float:left; background:#ccc;} #top #logo{ clear:both; width:200px; height:50px; background:#f00; margin:0px auto;} </style> <div id="top"> <div id="direita"></div> <div id="esquerda"></div> <div id="logo"></div> </div>
Posted 13/03/2007, 16:58
<style type="text/css"> BODY { background-color: #45530F; } #todo { margin: 0; font: verdana 12px; padding: 4; width:720px; height:80%; margin: 10px auto 10px auto; } #menu{ background:url(imagens/fundo_deg_rep.jpg);width:100%;height:208px;} #menu #left{ float:left; width: 36px; height: 208px;} #menu #right{ float:right; width: 36px; height: 208px;} #menu #logo {margin:0px auto; clear:both; width: 328px; height: 138px;} </style>
Posted 14/03/2007, 11:38
Posted 14/03/2007, 13:45
O comportamento é esperado mesmo, o logo descer ....
Pq com o clear:both ele não vai aceitar nada que esteja dos lados, então ele desce ... ^^
Veja a possibilidade de usar aquele CSS que eu fiz acima ... e o problema das bordas pode ser resolvido facilmente, pega o valor hexadecimal dessa cor no photoshop e na div do topo você seta o border-right e border-left de acordo ... não têm zica não ....
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)