> From ur suggestion it seems i have to call checkResize() function in
> javascript function which is chaging div hidden to block.

Yes.
You want checkResize() to operate on your map AFTER the <div> has been
unhidden or size changed or whatever.  It tells the map to check the
<div> it is living in and resize itself to fit ...

The next problem you will run into is that every one of your many maps
re-uses the same javascript object called 'map'.
When you apply map.checkresize() I wonder which 'map' it's going to
try to operate on?

cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to