$(".work").hover(function() { $(this).stop(true,true); $(this).fadeTo("fast","1"); },function() { $(this).stop(true,true); $(this).fadeTo("fast","0.7"); });