Hi

Use CSS to do this.

.infowindow
      {
      font-family:Verdana;
      font-size:8pt;
      font-weight:normal;
      width:250px;
      height:150px;
      overflow:auto;
}

Putting overflow:auto in your CSS will make scroll bars if its too big
or has not been formatted correctly.

...
alec
http://groups.google.com/group/gtrack

On Jan 26, 11:45 pm, Nikko <[email protected]> wrote:
> Hello,
>
> Im using map.openInfoWindowHtml(point, myHtml);
>
> When the marker info window is loaded the content (quite a bit of
> information) doesn't fit very well on the screen. It tends to over
> flow over the edges of my map. How do/Can i set the maximum width and
> height values for openInfoWindowHtml?
>
> TYIA
--~--~---------~--~----~------------~-------~--~----~
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