On Feb 5, 5:11 pm, SGDesign <[email protected]> wrote: > > I searched out other posts as well as used the console in Firefox and > also Firebug to look for the problem but am completely lost and hope > someone has some insight into this problem.
You have your Javascript inside a table. That means that IE doesn't calculate the map size correctly. Move your Javascript so that it's executed after the parser has reached the outermost </table> tag. 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 -~----------~----~----~----~------~----~------~--~---
