Hi - after spending hours and hours reading this group and testing possible solutions for this problem, I humbly seek further guidance.
Our map text overflows its openInfoWindowTabsHtml in IE6, but not in Firefox or Safari. This happens even though we explicitly style the div used to hold all of the infoWindow's contents. Executing an updateCurrentTab does not force the infoWindow to expand to contain the content. Here's our map: http://www.cornell.edu/maps/interactive2.cfm The problem is apparent when clicking any link on the right-side location list. Note that clicking on the link causes the script to pan and zoom the map, then make an ajax call to another server, then pop open the infoWindow. (There is a slight built-in delay before opening the infoWindow in order to allow time for the ajax call to complete.) Here's the JavaScript: http://www.cornell.edu/maps/cu-map2.js (The content is generated by the functions called centerMap and addBubbleText.) Here's the infoWindow style from the page containing the map: .infowindow { background-color: #FFFFFF; height: 230px; width: 340px; font-size: 12pt; overflow: auto; } Any suggestions or advice on how to force IE6 to expand its infoWindow to contain everything we need it to show? -Ken --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---