Hi! From the docs:

myTips.addEvent('hide', function(tip, el){
    tip.fade('out');
});

well, since onHide the inline style of the tip box is setted like
display:none, the fadeout fx suggested in the docs in fact doesn't
work. Better, it in fact works, but it's not visible due to the
display property setting.

How can I fix it?


-- 
Subscription settings: 
http://groups.google.com/group/mootools-users/subscribe?hl=en

Reply via email to