On Apr 20, 11:13 am, Iratus <[email protected]> wrote: > Ok i can do this but what about the text ??? > > I mean if you push the Summit marker (green one) the text is so big that > doesn't fit either in the window.
The version of your kml that I am looking at has: width="850" heigh="700" heigh is not a valid attribute. And I would think that 850 would be too wide. > > Is this thing is going to work only if I change the image size ??? > > Is there any way of changing the pop up balloons size ?? Sure. Create and manage them yourself using the API. Include a div with a specified size (you can even make it add scroll bars if the content overflows). -- Larry > > Thanks again -- 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.
