View Single Post
Old 03-08-2013, 02:18 PM   PM User | #3
jarv
Banned

 
Join Date: Mar 2007
Posts: 1,523
Thanks: 116
Thanked 0 Times in 0 Posts
jarv can only hope to improve
ok thanks, I have added <span></span> inside the <li> and targeted that but it's not working?!

Code:
			jQuery('ul#sections li#who a span').hover(function() {
				jQuery(this).stop().animate({
					marginTop : '-182px'
				}, {queue:false,duration:600,easing:'easeInOutQuint'});
				}, function(){
					jQuery(this).stop().animate({
					marginTop : '0px'
					}, {queue:false,duration:850});
			});
jarv is offline   Reply With Quote