> setTimeout(function(map) { map.checkResize() }, 5000);
> Any my js debugger says that map.checkResize() is not a function.
setTimeout syntax is a bit odd, you could try
setTimeout( ' map.checkResize(); ' , 5000 );
I don't know what else you've done, but it is working okay in FF2 and
IE6 now. Maybe worth clearing IE8 cache and retry?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---