Russ Taylor wrote: > Sorry all, I didn't realise how much code I was pasting. > > Here is a link to a mirror of the site I've made, which is broken > > http://sws-sb.co.uk/map/ > > Runs fine in Firefox, fails in IE7. The fail is when you click a > marker, it should have a tabbed pop up, instead you get a JS error. > You seem to have the same problem as this thread: http://groups.google.com/group/Google-Maps-API/browse_frm/thread/68b79c39104ce3f9/e11f72c7e3b1826d#e11f72c7e3b1826d
You html is invalid: http://validator.w3.org/check?uri=http://sws-sb.co.uk/map/&charset=(detect+automatically)&doctype=Inline&group=0&user-agent=W3C_Validator/1.591 In particular you have an <a ...> tag which is not closed... -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
