<script>
$(document).ready(function(){
$("#rightpan").width($(window).width()-170);
//aggiusto altezza colonna sinistra
var offset = $("#foot").offset();
$("#leftt").height(offset.top);
//rididmensionamento manuale finestra
$(window).resize(function() {
$("#leftt").height(10);
$("#rightpan").width($(window).width()-170);
var offset = $("#foot").offset();
$("#leftt").height(offset.top);
});
});
</script>
Nessun commento:
Posta un commento