YEah i works right on! Thank you, Michel, for helping me debug that
stuff.
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
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(){
3 matches
Mail list logo