Insert .stop() before .animate(...) : $("div").stop().animate({ width: $(this).width(), marginLeft: $(this).offset().left } ,"slow" );
--Tony On 10月31日, 下午4�r32分, Cloudream <[EMAIL PROTECTED]> wrote: > http://labs.cloudream.name/jquery/move.html > > executes slowly in every browser i tested,IE7/FF2/OP9/SA3... > > any error in my code?