Glidende bakgrunnslenker - CSS-triks

Anonim
$('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)' )); ) ));

Glir opp og ned i bakgrunnsbildet til en lenke når den rulles over. Krever plugin for bakgrunnsposisjon.