I'd do it as Larry says, but for the jQuery way to work, you'd need
something like this, the checkResize needs to go into the callback
function of the jQuery show:
$('a').click(function(){
$('#content1').show('slow', function() {
map.checkResize();
});
return false;
});
(not tested but it looks right to me!)
--
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.