$('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)' )); ) ));
Po prevrátení posúva hore a dole obrázok na pozadí odkazu. Vyžaduje doplnok pre umiestnenie na pozadí.