[jQuery] Re: change backgroundposition to window width

2009-10-01 Thread Barisko
nevermind, it does work... (why can't I delete a post...) On 1 okt, 19:34, Barisko wrote: >         $(function(){ > >            var w = $(window).width(); > >           $('#background').css({backgroundPosition: w + 'px 190px'}); > >         }

[jQuery] change backgroundposition to window width

2009-10-01 Thread Barisko
$(function(){ var w = $(window).width(); $('#background').css({backgroundPosition: w + 'px 190px'}); }); Could anyone explain to mee why this is not working...?