I've got some hyperlinks on my page with an ONCLICK action as well as a TITLE attribute. The ONCLICK just displays a pop up div. I noticed that once you have clicked the link, you no longer get the tooltip for the link. This happens in all browsers. Anybody know how to make this work?
Actually I think this has something to do with the JavaScript function I'm using - I think it is somehow disabling the native tooltip. Sorry for the false alarm guys!
Which JavaScript code can actually disable the tooltip? I need to find it so I can stop it from doing that, but the script I have is over 1200 lines long so it's a bit difficult lol.