styling the browser generated rollovers for svg title tags

billabonggirl23

New Member
I'm wondering if it's possible to change the appearance of the attached screenshot, the yellow rollover box where it says : Google Search: 90.
x9LUT.png
This is generated from an svg title element, like so:\[code\]<g class="leaf node" transform="translate(494.3930607245582,316.76111782506564)"><title>Youtube: 60</title><circle r="19.117124489931257"></circle><text dy=".3em" style="text-anchor: middle;">Youtub</text></g>\[/code\]I'm generating these through the library d3.js, and I have things like jquery at my disposal, if it's helpful.
 
Back
Top