5
Jun
Yet another great big pain in the £$% from IE7!
For example you do this:
var map = new GMap2(document.getElementById(”map”));
IE7 breaks, you do:
var map = new GMap2(document.getElementById(”google_map”));
it works fine.
0