ho un div contenitore fatto così:
Codice HTML:
#container {
width: 800px;
height: auto !important;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom:0px;
border: 1px solid #C36D6B;
background:#fff;
}
voglio inserire delle box in orizzontale (3 per ogni fila)
io le ho fatte così:
Codice HTML:
.box2
{
background: #FFF url(../images/content_header.jpg) top repeat-x;
border: solid 1px #576C85;
padding:6px;
height:160px !important;
float:left;
width: 266px;
margin-top:2px;
margin-right:5px;
margin-left:5px;
margin-bottom:10px;
font-family: "Arial";
font-size: 10px;
color:#3B495A;
}
ma me li mette uno sotto l'altro dove sbaglio??
Ho messo il codice tra gli appositi tag. La prossima volta usalo anche tu.
Scusa è che non sapevo come farlo!!