I seem to have gotten my API map working in IE8 with a couple small changes.
1) Commented out this line of javascript code: <!--button.style.font = "Arial";--> 2) Instead of: <body onload="initialize()" onunload="GUnload()"> I used: <SCRIPT LANGUAGE="JavaScript"> window.onload = initialize; window.onunload= GUnload </SCRIPT> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
