> However, if the map is within a form tag, it doesn't work in FF3 or > IE7. It does still work correctly in Safari 4
I would imagine that is because nested form tags are not allowed, and the Googlebar is a form. In the 2.132d version, the Googlebar starts off closed, and seems to add its form tags after being opened, so I guess it gets away with it there. In the 2.x version, the bar intialises open so I suppose it tries to add the form tags at that time and runs into some complication with the nested forms during DOM building. It might all go away if you initialise the map with an onload? cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
