Link Nudging - CSS-Tricks

Anonim
$("a").hover(function() ( $(this).stop().animate((paddingLeft : "10px"),200); ),function() ( $(this).stop().animate((paddingLeft : "0px"),200); ));

Certifique-se de alterar o seletor para direcionar apenas os links que você deseja que sejam deslocados, por exemplo, “#sidebar ul li a”