On Oct 21, 10:02 pm, OD <[EMAIL PROTECTED]> wrote: > Hello, > > This map: > > http://www.snagngrab.com/rhomar/distributors/store_locator.php > > Looks fine in Firefox. In IE 7 ( 7.0.5730.13 ) it looks like this: > > http://sites.google.com/site/rhomarerror/Home
You have your script inside a table. It doesn't work in IE (which is actually correct: Firefox is too liberal). If you don't want to put the script in the <head> of the page with an onload event to run it, move it to *just* before </body>, ensuring that every HTML element is correctly closed. Searching for "script inside table" (without the quotes) should yield further details. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
