[jQuery] Re: weird behavior with show()

2008-08-25 Thread clrockwell
Got it. I used stop() to halt the animation but it leaves all the styles so some manual clean-up does the trick On Aug 24, 10:14 pm, clrockwell <[EMAIL PROTECTED]> wrote: > Is it possible to stop (or reverse) show() if someone hovers over an > element and then mouses out before the show() is com

[jQuery] Re: weird behavior with show()

2008-08-25 Thread clrockwell
Nobody has any insight on this? If more information is needed, please don't hesitate to let me know. It just doesn't seem logical that this behavior is unavoidable because it would render the show function useless as a hover; I have to be doing something wrong. On Aug 24, 10:14 pm, clrockwell <

[jQuery] Re: weird behavior with show()

2008-08-25 Thread clrockwell
Is it possible to stop (or reverse) show() if someone hovers over an element and then mouses out before the show() is complete? On Aug 24, 2:39 pm, clrockwell <[EMAIL PROTECTED]> wrote: > Hello all, I could really use some insight in this. I am using the > following jquery to show a menu on hov