[jQuery] Re: Hover flickers when mousing over select box

2008-04-05 Thread Chris
Karl, Thanks so much. You have helped me solve the issue. My implementation ended up looking more like this, but it works: $('.pos_fix').hover( function() { $(this).children('.IL_hover').fadeIn("fast"); }, function(event)

[jQuery] Re: Hover flickers when mousing over select box

2008-04-04 Thread Karl Swedberg
Hi Chris, I'm not sure why this is happening, but I think I know how to fix it. Jörn Zaefferer and I ran into this same problem with our tooltip/ clueTip plugins the other day. Following the approach that Jörn proposed for the plugins, you might be able to fix the problem by making sure t