jQuery Tools 1.2.5 Tooltip seems quite slick and fancy, but I added it to our development site, and it works 90% of the time. Sometimes, the mouse hover over a tab and no tooltip shows up, and sometimes, the mouse leave the tab and the tooltip is still there. (even on Firefox or Chrome)
Why can that be?
Also, on IE 7, the tooltip (which is HTML, not just text), will pop out a different div
, not the one that contains the tooltip. (on IE 8 and 9, it works fine). So I guess it works 90% of the time for me... and that's not good enough if it is not 99.9%. So right now I am thinking either debugging it or use another tooltip, any suggestion? Or is the standard jQuery Plugin Tooltip the most reliable? There are 30 of them on this page... that's just too much!
`, and each tab is an `- `, and I use `
` to format each tooltip by HTML, then it will break on IE 7, but work on IE 8 and 9... oh well... the state of software... can be messy
– nonopolarity Apr 18 '11 at 14:53