Link Nudging - Trucchi CSS

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

Assicurati di cambiare il selettore per scegliere come target solo i link a cui vuoi che vengano spinti, ad esempio "#sidebar ul li a"