$('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)' )); ) ));
Při převrácení posune nahoru a dolů obrázek na pozadí odkazu. Vyžaduje zásuvný modul pro umístění na pozadí.