Liên kết Nudging - Thủ thuật CSS

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

Đảm bảo thay đổi bộ chọn để chỉ nhắm mục tiêu các liên kết bạn muốn di chuyển, ví dụ: “#sidebar ul li a”