> www.salemstate.edu/6431.php > after it loads try clicking on "Driving Directions" .. the browser > will go blank.
IE6 just seizes up altogether. In FF2, the 'grey partial map' problem is evident too. I think this is due to your loadPlaceholder() function setting the map div to invisible. You could probably fix that by specifying the size in the GMap2() options. You've got blank space in front of your Doctype, which leads to it being ignored in some browsers. In FF2, the markers display with grey rectangle backgrounds because of your inner.css setting block display mode for all img tags You're loading the maps API twice, once in the conventional manner in the <head>, and again later in the body via include_dom(). This might confuse things --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
