Is there a cross-browser way for tooltips?

Posted by Legend on Stack Overflow See other posts from Stack Overflow or by Legend
Published on 2012-06-21T21:04:32Z Indexed on 2012/06/21 21:16 UTC
Read the original article Hit count: 231

I am working with d3.js for rendering my graphs. For some reason, I am not a huge fan of svg title because of the delay it incurs and the inability to style them. Please do correct me if I am wrong. I recently came across, tipsy but it does not seem to be cross-browser compatible.

For instance, consider this. The tooltips work just fine in Firefox and Chrome but do not appear even in IE 9 and I'm not sure what's going on. Is there a cleaner cross-browser approach for tooltips compatible with d3.js other than using the svg title attribute?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery