JQUERY move background with mouse movement
问题 I have a div with class box1 and it has following css properties(I've given a background image of a random pic from the web) .box1{ height:600px; width:600px; position:absolute; background-position:center center; background-size:150%; top:0; left:0; background-image:url(http://www.slx-photographic.co.uk/wp-content/uploads/2014/03/Photography-Camera-HD-Wallpaper1.jpg); } The question is HOW DO I MOVE THE BACKGROUND with movement of mouse using mousemove(); method of jquery? as of now I've come