im trying to move the background position of an element when a certain div is clicked only I cant seem to get it working.
My jquery seems fine from the documentation?
$(this).children('ul li').css('background-position-x','100px');
Heres a jsfiddle demo... http://jsfiddle.net/shqcu/