Hi,
I use OpenTip ( ) which is great for displaying custom tooltips anywhere on a website.
The only trouble I have is that there is a bug that I can't seem to be able to fix on firefox.
What happens is that triggering a tooltip by rollover while the page is still loading makes it so that the tooltip refuses to disappear afterwards.
I bet all comes from this single line ... which looks fine to my noob eyes :
I've tried with setTimeout but with no success.
Any idea on what I should try?
Thanks
I use OpenTip ( ) which is great for displaying custom tooltips anywhere on a website.
The only trouble I have is that there is a bug that I can't seem to be able to fix on firefox.
What happens is that triggering a tooltip by rollover while the page is still loading makes it so that the tooltip refuses to disappear afterwards.
I bet all comes from this single line ... which looks fine to my noob eyes :
Code:
Event.observe(window, Opentip.IEVersion ? 'load' : 'dom:loaded', function() { Opentip.documentIsLoaded = true; });
I've tried with setTimeout but with no success.
Any idea on what I should try?
Thanks