at Euroworker.no we’re now adding Tooltips, I’ve been using the Flowplayer.org tools to implement tooltips here. It reads the text for the tooltip from the title tag.
Ok so the problem is that on the search box, vis button, Filter Meny and Handlevogn in FF, the tooltip works perfectly.
In chrome, only the three work and Handlevogn tooltip doesn’t show up, just comes up with the browser default title tooltip.
Why does this one tooltip not show up in Chrome, when the other ones do? All work fine in FF. (About to check IE and see what a mess it is.)
Thanks 🙂
You have this at line 594:
});?, some weird character slipped in there after the;, delete it 🙂 It’s throwing a JavaScript error in Chrome, also always remember to check the Console if it’s available, it’ll help you identify this very quickly. For Chrome: Right click -> Inspect Element -> ConsoleIt’s not executing any script past this point, that’s why the tooltips further down in the code aren’t running, remove this illegal character and it should resolve the problem.