Need Tooltips visible from the svg title tags
-
None of my tooltips work using this plugin (defined within the SVG using <title>[tooltip content]</title>). Normally they pop up with a mouseover.
To be honest I’d like these tooltips to pop up in a separate div, and with this plugin’s “advanced” setting that looks possible. But as a n00b I have no idea how to do that. See example below for my file text.svg. How do i get the tooltips (“Tooltip1” and “Tooltip2”) to show up in another div container? See ps below.
But that’s really a side issue regarding SVG tootip capability of this plugin (I just think it’s how tooltips should work best anyway).
Thx in advance!
– Dave<svg id="svg1";> <text id="text1" x="30"; y="30";> <title> Tooltip1 </title> <tspan id="tspan1" x="30"; y="30";>Text1</tspan> </text> <text id="text2" x="30"; y="60";> <title> Tooltip2 </title> <tspan id="tspan2" x="30"; y="60">Text2</tspan> </text> </svg>
The page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Need Tooltips visible from the svg title tags’ is closed to new replies.