views:

255

answers:

3

I have a website that works fine in Firefox and IE but never finishes loading in Safari 4.0.4.

The live website loads a menu then loads a Google map. Using Safari, the Google map never loads.

I have a test website on the same server that uses the exact same code for loading a Google map and Safari can load the map (this is the one that won't load on my live web). This test website does not have the menu - only the Google map.

In both cases (live and test) the main web page calls a loadmap.js file.

I've been pulling everything apart to try to identify why Safari won't finish loading. Has anyone run across any problems/solutions with Safari that may help me find a resolution to this problem?

A: 

This is the site where I cannot see the Google map: http://appalachiantrail.rohland.org .

woodysapsucker
A: 

This is a site on the same server where I can see the exact same map using the same code: http://rohland.homedns.org/PAGoogleMap/Default.aspx . The difference is that this page does not have the menu.

Can the developer tools be used in Safari for Windows?

woodysapsucker
You can edit your own question. You don't need to add extra information in the form of an answer. Please edit your question, and delete this answer.
Kevin Crowell
I am unable to edit my original question. I can edit my first answer but I'm permitted only one hyperlink:Oops! Your edit couldn't be submitted because: * we're sorry, but as a spam prevention mechanism, new users can only post a maximum of one hyperlink. Earn 10 reputation to post more hyperlinks.bcherry your answer was right on! Thanks so much for the help it was so appreciated.
woodysapsucker
A: 

It's just a layout issue with your page in WebKit (the rendering engine in Safari and Google Chrome). The map is loading, but the background is only being rendered a few px tall. Try setting an explicit pixel height value on the div#map_canvas, instead of height:98%.

bcherry