Google map API 3 . Container div does not fill fully
I have next problem: There is jquery accordion control. One of tab have div which contains google map. And map does not fill all div. If replace map div out of accor开发者_StackOverflowdion all work coorectly. How i can fill all div ? Thanks.
Like this http://designer4you.ru/pic.jpg
See the discussion here: http://www.mail-archive.com/google-maps-api@googlegroups.com/msg59946.html
google.maps.event.addListener(map, 'idle', function() {
google.maps.event.trigger(map, "resize");
});
精彩评论