[jQuery] Re: Show/Hide Menu

2009-03-03 Thread Nic Hubbard
Hmm, it looks nice to me. :) On Mar 3, 3:20 pm, Jack Killpatrick wrote: > great! but the important part: is it a nice or a bad puppy? > > - Jack > > Nic Hubbard wrote: > > Yes!  That is exactly what I was looking for!  I have implemented it > > and it works perfectly, thank you! > > > On Mar 3,

[jQuery] Re: Show/Hide Menu

2009-03-03 Thread Jack Killpatrick
great! but the important part: is it a nice or a bad puppy? - Jack Nic Hubbard wrote: Yes! That is exactly what I was looking for! I have implemented it and it works perfectly, thank you! On Mar 3, 9:54 am, Jack Killpatrick wrote: Here's an example of a way to handle that: http://www.

[jQuery] Re: Show/Hide Menu

2009-03-03 Thread Nic Hubbard
Yes! That is exactly what I was looking for! I have implemented it and it works perfectly, thank you! On Mar 3, 9:54 am, Jack Killpatrick wrote: > Here's an example of a way to handle that: > > http://www.ihwy.com/Labs/demos/Current/image-hover-menu.aspx > > - Jack > > Nic Hubbard wrote: > > T

[jQuery] Re: Show/Hide Menu

2009-03-03 Thread Jack Killpatrick
Here's an example of a way to handle that: http://www.ihwy.com/Labs/demos/Current/image-hover-menu.aspx - Jack Nic Hubbard wrote: Thanks. This almost seems like it would work. But, since the element that the hover is added to, and the element that is shown are different, by the time you move

[jQuery] Re: Show/Hide Menu

2009-03-03 Thread Nic Hubbard
Thanks. This almost seems like it would work. But, since the element that the hover is added to, and the element that is shown are different, by the time you move your mouse from the hover element to the element that is shown, your mouse moves out of the first element, and the shown div disappear

[jQuery] Re: Show/Hide Menu

2009-03-03 Thread Jack Killpatrick
You might want to try .hover(): http://docs.jquery.com/Events/hover#overout - Jack Nic Hubbard wrote: I have a menu that is activated on mouseover a link. The menu is a hidden div which appears. My problem now is how to remove/hide that div when a user move their mouse off of the menu. I ha