jQuery background-position

chrome支持

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

但是FF不支持

posted @ 2013-11-07 23:22  白小虫  阅读(279)  评论(0编辑  收藏  举报