if you look at this example: http://code.google.com/apis/maps/documentation/javascript/examples/places-autocomplete.html
1. center the input field and the map on the page (margin:0 auto;) 2. do a search and while the search results are open resize or scroll the window. 3. the results container gets misaligned. the problem is that the pac container is positioned absolute and not relative to the parent (input field) -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/LqMXk_YiMy0J. 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.
