thequantimizer wrote: > hi, > can any body tell how to use the title tag , i wana use it to > display the tooltip for the hyperlinked items , also if any body help > me out in displaying the tooltip text for the hyperlinked graphics. i > have tried to use the xlink:title but it is not workin. > > cheers.
Hi, the SVG spec suggests that title may be used for toolltip information. the only implementation that implementing this is mozilla. try somthing like this: <a xlink:href="bla.svg" title="tooltip"> <rect x="0" y="0" width="100" height="100" /> </a> hth Holger ----- 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/

