Moving Backgrounds With Mouse Position
Let’s say you wanted to move the background-position
on an element as you mouse over it to give the design a little pizzazz. You have an element like this:
<div class="module" id="module"></div>
And you toss a background on it:
.module
…