Using Firefox its all perfect.

But you can wrap the content of the infowindow in an outer div to make
sure that all the content properly fits

In your createMarker function:

var div = "<div style='height:400px;width:300px'>" + html + "<\/div>";

 GEvent.addListener(marker, "click", function() {
   marker.openInfoWindowHtml(div);
 });


A positive side effect is that all infowindows have the same size.



On Sep 23, 5:59 pm, igor <[email protected]> wrote:
> http://escsi.staging.bostrom.com/membermap.aspx
>
> If you click on the very 1st item in the list on the right (Big River
> Industries, Inc. - Arkansas Division)
>
> Thanks,
> Igor Stavnitser
--~--~---------~--~----~------------~-------~--~----~
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