Thank you very much Doug! Anna
----- Original Message ----- From: Doug Schepers To: [email protected] Sent: Sunday, February 12, 2006 6:50 AM Subject: RE: [svg-developers] tiptool with javascript Hi, Anna- I have updated the code at http://svg-whiz.com/svg/Tooltip2.svg It now works properly in FF1.5+. However, that still does not fix your particular problem (see reply below). kostikova_a wrote: | | good day for everyone! | I am new to SVG and trying to implement tiptool javascript within my | SVG, I don't get an error messages on page and all svg-objects are | visible, but the tooltip doesn't work. | That is my code: | [...] | <svg xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" | width="100%" height="100%" viewBox="54669.796875 530297 359249.609375 | 525990.125" xmlns="http://www.w3.org/2000/svg" | onload='Init(evt)' [...] | <g transform="matrix(1 0 0 -1 0 1586584.125 )"> | <circle cx='302000.00' cy='670000.000' r='6390' | fill='orange'><title>Circle</title><desc>An orange | circle</desc></circle> | <circle cx='301000.54687741888' cy='663986.8610898772' | r='6369.661875' fill='red'><title>Circle</title><desc>An orange | circle</desc></circle> | <circle cx='311000.54687741888' cy='663986.8610898772' | r='6369.661875' fill='blue'/> | </g> [...] | -------------------------------- | | Any ideas why it doesnot work? It actually does work, but the size and position of the tooltip will need to be adjusted so that it is both large enough and shifted enough to be visible at the viewBox and transformation you have specified. Alternately, you could adjust your graphics to be in the default size and position range. Regards- Doug [EMAIL PROTECTED] www.vectoreal.com ...for scalable solutions. ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- SPONSORED LINKS Xml format Svg Format Data ------------------------------------------------------------------------------ YAHOO! GROUPS LINKS a.. Visit your group "svg-developers" on the web. b.. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. ------------------------------------------------------------------------------ [Non-text portions of this message have been removed] ----- 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/

