$('a', '#nav').hover(function() ( if(!$(this).parent().hasClass('current')) ( $(this).stop().animate(( backgroundPosition: '(0 -75px)' )); ) ), function() ( if(!$(this).parent().hasClass('current')) ( $(this).stop().animate(( backgroundPosition: '(0 -0)' )); ) ));
Przesuwa obraz tła linku w górę iw dół po najechaniu myszą. Wymaga wtyczki pozycji w tle.