[jQuery] Re: Strange unwanted delay problem

2007-12-07 Thread Trond Ulseth
borate a little on the problem you are seeing? > I am in FF > > Glen > > On Dec 6, 2007 5:03 AM, Trond Ulseth <[EMAIL PROTECTED]> wrote: > > > > > Hello all, > > > I have several div's which are animated on mouseover: > > > $('.pan&#

[jQuery] Strange unwanted delay problem

2007-12-06 Thread Trond Ulseth
Hello all, I have several div's which are animated on mouseover: $('.pan').mouseover(function() { $(this).animate( { marginLeft:"-182px" }, 1000); }); I then have another div laying behind the animated ones that on a mouseover reverts the animation: $('##pancontainer').mouseover(functi