jQuery background-position

chrome支持

$Lines.hover(function(){
        $(this).stop().animate({backgroundPositionY: "-=50px"},500);
    },function(){
        $(this).stop().animate({backgroundPositionY: "+=50px"},500);
    });

但是FF不支持

高否?富否?帅否? 否? 滚去学习!
原文地址:https://www.cnblogs.com/baixc/p/3413454.html