ciao allora sono riuscito a fare questo:
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<title>Untitled</title>
<style type="text/css">
body{background:url(mages/sfondo_sito.gif) fixed;font:75% Verdana,Arial,sans-serif;text-align:center;margin:0;margin-top:3px;padding:0;height:100%;}
html {height:100%;}
#PrimaryContent{
text-align:left;
margin:auto;
width:760px; height:100%;
background:#669999;
}
#Testata{
margin:0;
width:100%; height:120px;
background:#CC3300;
}
#ColSX{
margin:0;
width:160px; height:100%;float:left;
background:#99CCFF;
}
#ColCE{
margin:0;
width:500px; height:100%;float:left;
background:#006699;
}
#ColDX{
margin:0;
width:100px; height:100%;float:left;
background:#FFFFCC;
}
#Footer{
margin:0;
width:100%; height:30px;
background:#339900;
}
</style>
</head>
<body>
<div id="PrimaryContent">
<div id="Testata">testata</div>
<div id="ColSX">col sx</div>
<div id="ColCE">col center</div>
<div id="ColDX">col dx</div>
<div id="Footer">footer</div>
</div>
</body>
</html>
e su ie va bene ma su firefox (che è quello che più mi interessa non va perchè non mi da il footer o meglio il footer me lo da ma non mi da il colore e l'altezza di 30 pixel che gli ho dato non sono 30!!!
Non è che per caso mi puoi correggere dove ho sbagliato!!???