$('#menulist_b1 .menu > li').hover(function(){ $(this).find('.child').animate({ opacity:'show', height:'show' },200); $(this).find('.drop').addclass('navhover'); }, function() { $('.child').stop(true,true).hide(); $('.drop').removeclass('navhover'); });