> http://www.unrefugees.org.au/starappeal/

This part of the code worries me :
You create some global custom GIcons such as -
   var JerryCanIcon = new GIcon();
You also create some local variables of the same name within
SetupIconMenu() -
  var JerryCanIcon = document.createElement("div");
except that its kind-of not local as its a div permamently added to to
the DOM.
The maps API is likely to be creating divs for the GIcons too, its
possible this kind of thing will upset the browser.  I can't say if it
actually matters at all, as I can't reproduce the problem in IE6 or
FF2.

--~--~---------~--~----~------------~-------~--~----~
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