Thankyou, thats all sorted!

Another issue I've had is when I first started developing this I put the map 
div inside a table as that was the only way it worked.

I've now removed it from the table, added the 'function detectBrowser() {' 
property inside initialize, and within my style sheet I have:

.html 
{ 
    height: 100%;
}

.body 
{
    height: 100%; 
    margin: 0px; 
    padding: 0px;    
    font-family: Verdana, Geneva, sans-serif;
    color:#333;    
}

#map_canvas 
{ 
    height: 100%; 
} 

So why is my map no longer showing?

(Im not sure if this helps you guys at all, but I thought the section on 
developing for iPhones wasn't very detailed. I've had to guess I added it at 
the top of initialize?!?)

Cheers,

Rick

-- 
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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to