Oops, I didn't read your post carefully enough, Andrew. I wonder why checkResize() does not work. Isn't that what it's meant to do, resize the map according to the size of the div?
Jürgen On May 25, 10:31 am, Jürgen <[email protected]> wrote: > Unfortunately I can't test with IE6. > Does hitting the link "map.checkResize()" actually resizes the map? I > hope it does. > Under normal circumstances I would call map.checkResize() just after > changing the size of the div. I split it up here just for testing > purpose. > > Jürgen > > On May 25, 12:35 am, Andrew Leach <[email protected]> > wrote: > > > > > On May 24, 10:49 pm, Jürgen <[email protected]> wrote: > > > > I have a map inside a div that has a border. When I change the height > > > of the div, the map extends outside the border of the div. > > > > The problem seems to occur in IE only (tested in IE7). Work fine in > > > FF3, Chrome and Opera 9.6. > > > > In version 2.153 everything is fine, it changed in version 2.155. > > > In IE6 with 2.153, the map doesn't actually change size when you > > expand the height. The div gets larger and the Google logo and Terms > > of Use link move down with the edge, but there is a blank space at the > > bottom of the map. The map itself isn't actually expanded, and > > checkResize() doesn't make any difference, either. > > > Behaviour is definitely different with 2.156; in this version I think > > you are running into IE's non-standard box-model issue where the > > dimensions of the div are wrongly calculated. > > > Not sure what to do about it other than to have browser-specific CSS. > > The 2.156 behaviour is better in IE6 in as much as the map does > > actually change size. > > > Andrew- 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 -~----------~----~----~----~------~----~------~--~---
