This is exactly what fixed it.  Thank you to everybody for your help!

On Sep 2, 6:28 pm, Mike Williams <[email protected]> wrote:
> 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 Williamshttp://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to