> As far as I can see each infowindow has a specific height and width, > which is being calculated from the API on the fly.
That's right. In order to get that calculation correct, the API needs to know the size of all the elements that make it up. Try giving your content some sizes. Things that typically go wrong are including <img> tags with no size (not your problem though) and styling infowindow content dynamically (the styling doesn't get applied until after the infowindow is built) -- 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.
