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
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
2 matches
Mail list logo