It's nothing to do with Streetview.

Setting the height as a percentage only works if the browser can work 
out what it is a percentage of. If the browser can't find out what it a 
percentage of, then the height gets set to zero. Streetview doesn't like 
height zero, so it returns a view that is the smallest height that is 
compatible with the width, and that forces the containing div to adjust 
to that size.

See: http://econym.org.uk/gmap/basic19.htm

Adding style="height:100%" to your <html> tag tells the browser that the 
<html> should be 100% of the screen rather than 100% of nothing.

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to