$(function(){

           var w = $(window).width();

          $('#background').css({backgroundPosition: w + 'px 190px'});

        });


Could anyone explain to mee why this is not working...?

Reply via email to