input[type="submit"] { border:1px solid #333; background-color:#FFF; padding:3px 10px 3px 10px; font:11px Verdana; color:#333; margin:5px 0 10px 60px; }
Edição feita por: WeeD, 01/09/2005, 20:14.
Posted 01/09/2005, 20:13
input[type="submit"] { border:1px solid #333; background-color:#FFF; padding:3px 10px 3px 10px; font:11px Verdana; color:#333; margin:5px 0 10px 60px; }
Edição feita por: WeeD, 01/09/2005, 20:14.
Posted 01/09/2005, 20:33
Posted 01/09/2005, 21:09
Posted 02/09/2005, 08:44
Posted 02/09/2005, 12:44
#corpo { width:650px; text-align:left; background-color:#FFF; margin:0px auto 0px auto; border-left:1px solid #000; border-right:1px solid #000; } #esquerda { width:420px; height:200px; margin:5px; } #direita { width:180px; height:200px; background-color:#F4F4F4; margin:5px 5px 5px 0px; } #esquerda, #direita { padding:5px; float:left; border:1px solid #DDD; text-align:left; color:#333; }Estrutura da pagina:
<body>
<div id="corpo">
<div id="esquerda"></div>
<div id="direita"></div>
</div>
<div id="rodape"></div>
</body>
Edição feita por: WeeD, 02/09/2005, 12:44.
Posted 02/09/2005, 13:47
#corpo {
width:650px;
text-align:left;
background-color:#FFF;
margin:0px auto 0px auto;
border-left:1px solid #000;
border-right:1px solid #000;
overflow: auto;
}
#esquerda {
width:420px;
height:200px;
margin:5px;
}
#direita {
width:180px;
height:200px;
background-color:#F4F4F4;
margin:5px 5px 5px 0px;
}
#esquerda, #direita {
padding:5px;
float:left;
border:1px solid #DDD;
text-align:left;
color:#333;
}
Posted 02/09/2005, 13:58
Posted 02/09/2005, 14:00
Posted 02/09/2005, 14:11
Posted 02/09/2005, 21:07
<br clear="all" />
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)