On Jan 8, 10:47 am, Connecticut River Watershed <[email protected]> wrote: > Yes, I just noticed that as I was trying to debug this. Not sure how > it ended up down there in the first place. I haven' t changed it on > the main site yet because it's built into a template and I want to > hold off on updating all the pages until I figure out what's wrong. I > did do a test with GUnload() moved to <body unload=GUnload()> where it > belongs; this had no effect on the problem. > Thanks, > CTRiverwatershed
I didn't think that was the problem, but it certainly can cause problems. http://validator.w3.org/check?uri=http%3A%2F%2Fwww.cesd.umass.edu%2Ftwi%2FTWI_Projects%2FVirtual_Tours%2FThe_North_Country%2Findex.html&charset=%28detect+automatically%29&doctype=Inline Some of the unclosed elements may be causing problems, particularly the ones in the table that contains the map. (it looks like you are missing the </table> in the one that doesn't work) -- Larry > > On Jan 8, 12:51 pm, "[email protected]" <[email protected]> > wrote: > > > > > On Jan 8, 9:26 am, Connecticut River Watershed > > > <[email protected]> wrote: > > > IE 6 and some versions* of IE 8 display only a single tile of the map. > > > It seems to be taking the tile that would normally be below and to the > > > right of the div, and putting it in the upper left. The overview map > > > box turns up in the upper left corner outside of the div. If you > > > resize the browser window, it fills in the rest of the map, but the > > > position is still wrong. > > > This problem only cropped up recently - the pages had been working > > > fine as of early December, leading me to think something might have > > > changed on the Google Maps API. > > > > Weirdly, this main map works > > > fine:http://www.cesd.umass.edu/twi/TWI_Projects/Virtual_Tours/index.html > > > > While this one, and others linked to from the main map, have the > > > problem.http://www.cesd.umass.edu/twi/TWI_Projects/Virtual_Tours/The_North_Co... > > > > The javascript, html and css look essentially the same to me. But > > > their must be some little discrepancy which is triggering the behavior > > > in IE. > > > > I've seen some posts here describing similar problems, where the > > > solution is to give the containing div a size and to be sure to call > > > the map load function after the rest of the page has loaded. In this > > > case, the map size is set via css and the load function is called at > > > the bottom of the page. In any case, this is true for both the working > > > and non-working pages. > > > > Specifically, IE 8.0.6001.18702 works; IE 8.0.6001.18702IC does not, > > > both on XP. > > > > Thank you for any insights. > > > <!--end container--> > > <script language="javascript"> > > loadMap(); > > //displayResults(); > > navBar(); > > initLightBox(); > > GUnload(); > > </script> > > > Don't call GUnload() except on the page unload event...- Hide quoted text - > > - Show quoted text -
-- 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.
