CIao! mi si è verificato un problema che non ho mai avuto e che non capisco! sono certo che la soluzione sia molto semplice, ma ormai sto diventando vecchio
Vi posto prima il codice

html
codice:
<div id="footer">
    <div id="footerContent">
    	<div id="footerTwitter">
        	<div id="footerTwitterImg"></div>
            <div id="twitter">
            </div>
        </div>      
        <div id="footerSponsor">
        </div>
        <div id="footerLastTen">
        	<div id="footerLastTenImg"></div>
        </div>
    </div>
</div>
css
codice:
#footer{background-color:#b1d0ff;}
#footerContent{width:960px;margin:0px auto;background-color:#b1d0ff;}
#footerTwitter{width:460px;float:left;}
	#footerTwitterImg{background:url(../img/twitter_unilive_it.png) no-repeat top left #b1d0ff;width:460px;height:65px;}
#footerLastTen{width:460px;background:transparent;float:right;margin-top:10px;}
	#footerLastTenImg{background:url(../img/ultimi_annunci.png) no-repeat top left #b1d0ff;width:460px;height:60px;}
#footerSponsor{width:460px;background:transparent;float:right;}
il problema è questo.. il div footer dovrebbe essere alto quanto il footerContent che a sua volta dovrebbe essere alto come il footerTwitter o come la somma dei div footerSponsor e footerLastTen, invece è come se il footer e il footerContent siano fissati con height:0px

Spero abbiate capito il problema, come risolvo?

Ciao! e grazie!