aggiungo che ho anche provato a fare così:
Codice PHP:
html, body { width:760px; margin: 0 auto 0 auto;}
.container { float:left; width:729px; background-color:#3300CC; }
.footer { clear:right; width:729px; height:50px; position:absolute; bottom: 0; background-color:#00FF00; }
.header { float:left; width:729px; height:100px; background-color:#CC3300; }
.main2 {float:left; width:240px; background-color:#3333CC; }
.box1 {float:left; width:240px; background-color:#996666; }
.box2 {float:left; width:240px; background-color:#6666FF; }
.main1 { float:left; width:489px; background-color:#FF0099; }
.box3 {float:left; width:489px; background-color:#CCFF99; }
.box4 {float:left; width:489px; background-color:#CC0033; }
.box5 {float:left; width:489px; background-color:#3300CC; }
e così:
Codice PHP:
<body>
<div class="container">
<div class="header">bla bla bla</div>
<div class="main1">
<div class="box3">bla bla bla</div>
<div class="box4">bla bla bla</div>
<div class="box5">bla bla bla</div>
<div>
<div class="main2">
<div class="box1">bla bla bla</div>
<div class="box2">bla bla bla</div>
</div>
<div class="footer">bla bla bla</div>
</div>
</body>
ma continuo a non vedere i due box che dovrei vedere a destra dentro il box che li dovrebbe contenere ma li vedo sotto al main... uffa