Hello devRx
I had a similar problem...and found a workaround... it is not a bug
fix but it work though...
I use jquery (like you use scriptaculous) to slide up and down the map
and it caused the map to disappear under IE !
I've found that i could set a setTimeout function that will call the
Google Map load function and as you can see in this exemple:
function reloadMap(){
setTimeout("load()",675); // 1000 = 1 second
}
here is a page where i use the trick:
http://www.expertshop.be/fr/shop/998/aveve-quintelier-tuin-hobby.htm
(click the link under the address to slide down the map)
hope that will help you... but considering what larry pointed out with
the fact that launching the load function again worked... it might
work for you !
cheers !
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---