Flitig postare
|
|
Reg.datum: Jun 2010
Inlägg: 331
|
|
Flitig postare
Reg.datum: Jun 2010
Inlägg: 331
|
Hepp, lägg en div runt allt med id "wrapper".
CSS=
#wrapper{
width: 900px;
min-height: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
#box{
width: 625px;
min-height: 800px;
float: left;
border: 1px solid black;
}
#box2{
width: 250px;
min-height: 400px;
height: auto;
float: right;
border: 1px solid black;
}
|