$('li').hover(function() { $(this).find('a').stop().animate({ 'top': '0%' }, 300); }, function() { $(this).find('a').stop().animate({ 'top': '100%' }, 300); })​ Scroll - Up - Down

User Profiles Grid