The SteetView control, aka "Pegman", works great
under Firefox. Under IE (7 in this case, but tested on 8 as well -
same result) it breaks the display of the pegman control.
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. Can't imagine that's the cause though (works in v2
of the maps).
Have I found a bug or is there something wrong in my code?
Thanks in advance!
> 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 google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
> mouseover, and the "exit street view" button doesn't seem to work.http://code.google.com/apis/maps/documentation/javascript/examples/st...