On Apr 1, 12:23 pm, Tres Seaver <[email protected]> wrote: > On Apr 1, 2:28 pm, "[email protected]" <[email protected]> > wrote: > > > I don't see any map, just a "green" box (I assume it is this color: > > background-color: #CCFFCC; > > I've seen the green stick around on FF4, and then shift to grey when I > obscure part of the window. > > > Are you waiting for the page onload event before initializing the map > > Hmm, I'm initializing the map only when the div containing it is being > shown for the first time, which should be well after document.onload.
I thought I had seen threads that implied the .ready event happens before the document.onload event (but I don't use it). I also thought that the end result of those threads was running the map initialization in the document.onload event solved the problems. -- Larry > > Tres. -- 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.
