Hi, thank you. :) I'll try. But, I've got another related problem on a Tips-like class I've build, where I use enter/leave:
suppose and image. onenter, show the tip and start mousemove (to make the tip follow the mouse). Onleave, hide tip, stop mousemove. Problem: moving the mouse rapidly, the pointer goes on top of the tip, so onleave is fired and I get bad flickering effects. How can I avoid this? I think it's an issue closely related to the original one. :( On 30 Giu, 14:02, Fábio M. Costa <[email protected]> wrote: > stratboy, you shouldnt be using mouseover/mouseout for menus, maybe thats > your problem. > Try using mouseenter/mouseleave and you won't need this extra code. > Maybe i'm not understanding your problem. :S > > -- > Fábio Miranda Costa > Solucione Sistemas > Engenheiro de interfaces > Twitter: fabiomirandahttp://solucione.info > > On Wed, Jun 30, 2010 at 7:25 AM, stratboy <[email protected]> wrote: > > P.s. > > anyway, I'd like to better understand the issues I raised, so I > > answered Fabio Costa :) > > > On 30 Giu, 12:23, stratboy <[email protected]> wrote: > > > I'll take a look to your class. You always code great. :) > > > > On 29 Giu, 12:24, אריה גלזר <[email protected]> wrote: > > > > > i've created a class specifically designed to add all the events needed > > for > > > > menus. you can find it here YADDM <http://mootools.net/forge/p/yaddm>. > > note > > > > that it comes with no effects so you need to supply them to the > > constructor
