Thanks Andrew.
I've tried that but, at least on my machine (IE7), the tool tip is no
longer in a gray box, which makes it harder to read.
Maybe I'll just stick to the old way and put less info into the tool
tip.
I'm an old dog who's been programming mainframes for 40 years but some
of this "new" stuff is hard to learn but, though they say you can't
teach old dogs new tricks, old programmers CAN learn by example if
nothing else. At least you don't have to enter it as machine code!

If anyone has any other ideas, I'd be happy to listen and learn.

David

On Mar 18, 7:11 pm, Andrew Leach <[email protected]>
wrote:
> 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, "&#160;");
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to