$('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)' )); ) ));
Desliza hacia arriba y hacia abajo la imagen de fondo de un enlace cuando se da vuelta. Requiere complemento de posición de fondo.