开发者

Google map API 3 . Container div does not fill fully

开发者 https://www.devze.com 2023-01-03 19:13 出处:网络
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 c

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");
});
0

精彩评论

暂无评论...
验证码 换一张
取 消