[svg-developers] tool tips --on mouse over

2004-12-03 Thread dandiya
I am trying to implement a tool tip for a mouseover event in svg,This is the code I wrote inside my java script file. var q = svgdoc.createElement('a'); q.setAttributeNS ('http://www.w3.org/2000/xlink/namespace/','xlink:href',sysLink); p.appendChild(t); p.appendChild(_title); q.addEventLis

RE: [svg-developers] tool tips --on mouse over

2004-12-03 Thread Doug Schepers
Hi, Ravi- I'm not sure why you thought that would work. There are no native tooltips in SVG (yet, though SVG1.2 changes that), and there is no 'alt' attribute for SVG elements. (Also, it's not typically safe to try the dot-accessor method of accessing attributes, and you should be using the names

[svg-developers] tool tips --on mouse over in PDF

2004-12-03 Thread Alastair
Hey, I just noticed a message pertaining to tool tips using on mouse over and it brought an idea that I've had for some work I have been doing that I have no clue on how to do. Does anyone know how to do tool tips in PDF in SVG? Very Scenario: An image for all intents and purposes is authored in