I fix it with this ->
<script type="text/javascript">
function show_big_map(tabnumber) {
if (tabnumber == 2) {
map_big.checkResize();
map_big.setCenter(bounds.getCenter());
}
}
var tabber1 = new Yetii({
id: 'tab-container-1',
active: 1,
callback: show_big_map
});
</script>
Everything work perfect. Tnanks !
--
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.