[jQuery] Re: simeple drop down menu

2009-11-17 Thread runrunforest
YEah i works right on! Thank you, Michel, for helping me debug that stuff.

Re: [jQuery] Re: simeple drop down menu

2009-11-17 Thread Michel Belleville
According to http://docs.jquery.com/Effects/stop you'd better use stop this way : .stop(true, true). Your problem was the animation could be stopped halfway through the fadeIn and keep an opacity value way too transparent to let the element appear again next time you tried to fade it in again. Mi

[jQuery] Re: simeple drop down menu

2009-11-17 Thread runrunforest
THanks Michel, changed the selector slightly, it works. But only half. The problem now, if i hover in and out multiple times the list will disappear permanently. http://ajax.googleapis.com/ajax/ libs/jquery/1.3.2/jquery.min.js"> $(function(){ $('div').hover(function(){