On Mar 18, 4:48 pm, Mike Williams <[email protected]> wrote: > I suspect that it might be inheriting some weird CSS style from your > page.
Er... the code actually comes from a certain well-known and respected tutorial site, Mike, which notes "Bugs: 2: The tooltip contents wrap differently in IE." I got round it with tooltip.innerHTML = marker.tooltip.replace(/ /g, " "); to force the spaces in the tooltip to be replaced with non-breaking spaces. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
