[jQuery] Re: Need help making a menu appear next to the users image....

2008-09-05 Thread Ca-Phun Ung
Aaron wrote: > I already Tried many ways... even hover events and mouse over events > been playing around with them and was not able to make them to > function as I want them too. > > I want the user to put the mouse over their image to get a menu to > fade in and when the mouse is off the users

[jQuery] Re: Need help making a menu appear next to the users image....

2008-09-04 Thread Jack Killpatrick
I think this (below) will work (I tested it locally). The trick is using setTimeout to allow some time for the mouse to move between the image and the menu, before deciding to hide the menu. This example will make the menu appear when you hover over the image, stay visible if you move your mo

[jQuery] Re: Need help making a menu appear next to the users image....

2008-09-04 Thread Aaron
I already Tried many ways... even hover events and mouse over events been playing around with them and was not able to make them to function as I want them too. I want the user to put the mouse over their image to get a menu to fade in and when the mouse is off the users image I want the menu t