Move your cursor over the buttons to see the effect.
$("#button1, #button2").hoverCrossfade({
normalBackgroundPositions: ["0 0", "0 0"],
hoverBackgroundPositions: ["0 -70px", "0 -45px"],
fadeInTime: 150,
fadeOutTime: 350
});
<a href="#" id="button1">Link 1</a>
<a href="#" id="button2">Link 2</a>