On Jan 14, 3:51 pm, andrej <[email protected]> wrote:
>
> I was wondering, whether there is any way too shorten it or style it
> appropriately via css, so that it fits into the google-map-box.
It's not easy because the text is deliberately not identified, so it's
really only possible to style the whole map. While you could
use .firstChild and the like to traverse the DOM and find the right
element, doing that is particularly fragile. CSS you might try is
#GoogleMap span { white-space:normal }
Your map fails in Firefox, by the way.
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.