Thank you very much. Now, also your script appears simple tu use :) Thanks.
On 12 Apr, 14:32, Esa <[email protected]> wrote: > On Apr 12, 10:32 am, thebit <[email protected]> wrote: > > > Hello, > > I founded this interesting InfoBox > > script:http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobo... > > It's very simple tu use but I do not understand if there is a specific > > page in which to ask some informations or if I can post here my > > questions. > > That is a great script written by Garyhttp://www.garylittle.ca/ > > You also asked how to use > tiptool.jshttp://koti.mbnet.fi/ojalesa/boundsbox/tiptool_trains.htm > > The essentials: > > 1] in html: > <script type="text/javascript" src="tiptool.js"> </script> > Of course you first have to upload the script in the folder > > 2] in JavaScript: > > marker.attachTipTool(text); > > That will create the mouseover/mouseout listeners and a 200ms timer > > 3] in CSS something like: > > .tiptool: { border: 1px solid blue; > background-color: white; } -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
