MSIE has several weird non-standard behaviours, one of which is that
every time you assign an "id" to an element, MSIE creates a matching
global variable that points to it.
In standards compliant browsers that doesn't happen, so you have to
write
document.getElementById("sidebar").appendChild(...)
rather than
sidebar.appendChild(...)
--
Mike Williams
http://econym.org.uk/gmap
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---