[jQuery] Re: flicker on tooltips fix ?

2007-08-17 Thread alexfoxy
I don't think that's why that happens? It's because when you hover over the tooltip, you are no longer hovering on the icon, so the tooltip disappears. but as it disappears you are then hovering over the icon again, thus the tooltip appears again.. rinse and repeat, hence the flickering? Al

[jQuery] flicker on tooltips fix ?

2007-08-17 Thread alexfoxy
On a website I am making I'm having a problem with some tooltips. If you have a look ( http://www.rockbandlogo.com/test_index.html ), you'll see three icons, which when you hover over them you'll get a tooltip type pop up. The problem occurs when you hover over both tooltip and icon underneath,