Yes.  You can do something like this:

<text x="55" y="45" visibility="hidden">tooltip
 <set attributeName="visibility" to="visible"
begin="path7.mouseover"/>
 <set attributeName="visibility" to="hidden"
begin="path7.mouseout"/>
</text>
<path id="path7" d="M50 50 L200 50 200 200"
fill="none" stroke="red"/>

The text displays when you move the pointer over the
path and disappears when you move the pointer off the
path.

The location of the text on the screen doesn't change.
If that is not the functionality you want, then I
think you need to write some Javascript, similar to:
http://svg-whiz.com/svg/Tooltip2.svg


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to