So I have a background image but no html with tags but I want to make the background image move on hove with some type of javascript. But when I add the img tag into the html it covers everything else. Here is a live example I don't know that much javascript so I'm stuck.
body { background-image: url('images/bg_2880.jpg'); }
I need the javascript to move the image on the mouse hover like this js fiddle