risolto
codice css
codice:
html, body {height: 100%;}
#wrap {min-height: 100%;}
#main {overflow:auto;
padding-bottom: 50px;}
#footer {position: relative;
margin-top: -28px; /* valore negativo di height */
height: 28px;
margin-left: 350px;
clear:both;}
/*Fix Per Opera*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/
}
codice Html
codice:
<div id="wrap">
<div id="main">
<div id="content">
</div>
<div id="side">
</div>
</div>
</div>
<div id="footer">
</div>
Grazie a tutti