[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 t

[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,

[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 sh

[jQuery] weird behavior with show()

2008-08-24 Thread clrockwell
Hello all, I could really use some insight in this. I am using the following jquery to show a menu on hover. The issue is that if you do not hover the link until the menu is completely shown, it pops up underneath. It's probably best if you just see what it does: http://www.chrisrockwell.com/cs

[jQuery] Re: animate two divs for a slide up effect

2008-08-18 Thread clrockwell
I'm still unable to get this to work after trying all weekend. Is it even possible to slide one div up while simultaneously sliding up another div? On Aug 15, 3:01 pm, clrockwell <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to animate two divs for a sliding effect.