FYI, this is a known issue specific to IE6 which we're in the process of resolving. See this thread to track progress or to post any additional comments: http://groups.google.com/group/google-maps-api/browse_thread/thread/3fe21cba3cf15123/f882e1904e6d3b1d#f882e1904e6d3b1d
Thanks, Dann On Wed, Dec 9, 2009 at 11:43 AM, Rossko <[email protected]> wrote: > > google.setOnLoadCallback(map_display_init); > > That calls map_display_init when the DOM is complete - > http://code.google.com/apis/ajax/documentation/#GettingStarted > but that might be before the maps module is loaded. > > Use the maps module's own onload callback instead - > http://code.google.com/apis/ajax/documentation/#Dynamic > > -- > > 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]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > > -- Daniel Lee Developer Programs Engineer Google, Inc. 345 Spear Street San Francisco, CA 94105 650 253 0967 -- 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.
