On Nov 19, 5:40 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Then when I tried in Internet Explorer 7 I got the following: > Line 2 > Character 1 > Syntax error
This problem is that your "script" which is loaded with <SCRIPT src="SpryMenuBar.js" type=text/javascript></SCRIPT> isn't Javascript at all. It's an HTML page, and IE's script interpreter is falling over when it encounters the statement <HTML> and tries to parse it as Javascript. Firefox doesn't much like it either. It **looks** like you can just omit that line because your menus do work. IE6 doesn't work very well because the fly-out menus go *behind* the map, and the map isn't centred correctly. I can't find the script which builds the map, but this problem is usually caused by placing that script block inside the table which contains the map. Your HTML is invalid because you have </body></html> and then carry on with the page. This can also confuse IE. 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 -~----------~----~----~----~------~----~------~--~---
