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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
