golendercaria,
il y a 13 ans
Juste une erreur de synthax tient,
<script type="text/javascript">
$(function(){
$(window).resize(function() {
var widthwindow = $(window).width() - 458;
$('#view_container').css('width',widthwindow);
});
});
</script>