On May 26, 4:43 pm, ChadT <[email protected]> wrote: > The only real difference from my code and the Google example code is > that I use > jQuery's document ready function instead of the body onload event to > initialize my map.
another difference is that your site has a DOCTYPE and the google example doesn't have one. I think all the Google examples don't have a doctype which makes IE run in quirks mode. I tried a copy of your site without the DOCTYPE and the pegman looks ok. Also I noticed in IE8 on the Google example the pegman flickers when mouseover, and the "exit street view" button doesn't seem to work. http://code.google.com/apis/maps/documentation/javascript/examples/streetview-map.html -- 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.
