Hi. The tooltips are not part of the HTML DOM they are standard 'application' tooltips. Same as the tooltips that appear when i hover my mouse over the Home button in my browser for example.
Mike's page here is about API v2 but it's still relevant for v3: http://econym.org.uk/gmap/tooltips.htm [quote] These types of tooltip are plain text. You can't apply any formatting to them. If you want to change the style, position or duration you'll need to use custom tooltips. [/quote] Adding a title attribute to an HTML image element should work the same as a marker tooltip i would have thought? Martin. On Jan 20, 6:36 pm, helen <[email protected]> wrote: > Hello, > I have both standard markers and some custom ones on my map and I would like > my custom markers to have tooltips that look the same as the ones for > google's markers. I tried adding a 'title' field to my OverlayView object in > hopes that they would be displayed automagically but no such luck. I can > write my own but if so, I would like them to look like Google's and I can't > seem to find them in the DOM to get the styles. Does anyone have any > suggestions for this? > Thanks! -- 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.
