I should have mentioned that the sidebar.innerHTML is being generated 
correctly, so your Javascript is correct. You can check this by pasting 
this into the address bar

javascript:alert(document.getElementById("side_bar").innerHTML)

You can check how that HTML should be rendered by copying it from the 
alert() box and pasting it into a HTML file. That looks OK, so it looks 
like MSIE is being upset by something else on your page.

[It would be better to use *either* <li>..</li> *or* <br> to separate 
your sidebar entries, not both. Partly because it's technically invalid, 
but mainly because the number of blank lines between each entry ends up 
being different in different browsers. But I suspect that's not the 
fundamental problem.]

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

Reply via email to