[jQuery] Re: Trying to use fadein and fade out with mouseover and mouseout functions.

2009-09-25 Thread ryan.j
if i'm this right, on the menu button's mouseover function you could call $('#menu').stop() to end any animation effects. http://docs.jquery.com/Effects/stop On Sep 25, 4:55 am, shyhockey...@gmail.com shyhockey...@gmail.com wrote: Hi, I am  using the fade in and fade out  and mouse over and

[jQuery] Re: Trying to use fadein and fade out with mouseover and mouseout functions.

2009-09-25 Thread ryan.j
if i'm reading your question right, on the menu button's mouseover function you could call $('#menu').stop() to end any animation effects. http://docs.jquery.com/Effects/stop copy paste some code in jsbin.com if you can, it's always easier to sort stuff like this with code to look at. On Sep

[jQuery] Re: Trying to use fadein and fade out with mouseover and mouseout functions.

2009-09-25 Thread Aaron
no, the problem I have is that I set a mouseout function from jquery on the menus background. This background is a box blue square. On this square is buttons that once clicked takes you to different pages. These buttons are more linke image links. Well when the mouse moves over to the image

[jQuery] Re: Trying to use fadein and fade out with mouseover and mouseout functions.

2009-09-25 Thread Aaron
Hi, what I want is to use a IF statement on the mouseout function. So based on the conditions it will use the fade out function when the mouseout effect occures according to those conditions. That means that the conditions are that if the mouse moved off the menus background then as long