Try to clean your HTML first. Even your v2 map doesn't load in Firefox. This is the default HTML structure
<!DOCTYPE... <html> <head> content in head </head> <body> content in body </body> </html> There should only be one <head> and one <body> and one </head> and one </body>. Also: The div for the map container should appear only once. And yes: an invalid HTML structure can have effects on script execution. On Aug 31, 6:59 pm, gibsongk55 <[email protected]> wrote: > Update: > > I got the map to finally appear but it messes up my code to load the > pictures with fade in and out on click. The images appear by > themselves on the page instead of fade out/in on the same page with > all the content. > > Any help would be greatly appreciated. > > Gibs > > On Aug 31, 2:49 pm, gibsongk55 <[email protected]> wrote: > > > Hi, > > > I was using V2 and it was working. Just recently checked it and now > > it only displays an empty google map. > > > I decided to try the update to V3 but the page will show no map at all > > and the images I have on the page which uses javascript for loading > > with fade in and out stops working with the V3 google map that does > > not work. The images now open a new window instead of fading out and > > into the new image when clicked, and still the google map does not > > appear. > > > Sample page with V3 > > http://www.rent4bowls.com/126-beautiful-party-home-in-dallas.html > > > Sample page with > > V2http://www.sbowlrentals.com/126-beautiful-party-home-in-dallas.html > > > Thanks for any help. > > > Gibs -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
