> http://www.elaanslist.com/display/search_results9-si.php?category=hum... > > When it does display, click the 'View all locations...' link to expand the > center of the page. There you will see two empty boxes where there should be > one map...and of course the missing span, zoom controls below the boxes.
I found a 'View locations for...' link and tried that instead. I get a map in IE and FF, but it is partly grey. That is the usual behavour when a map is initialized in a zero-size (hidden) container, and has been for a long time. This can be demonstrated by resizing the browser window, which forces a map resize event. The fix is to have your un-hiding code also trigger a resize event on the map, it's often described in this forum. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
