On Dec 30, 2:55 pm, Phil Wegrzyn <[email protected]> wrote:
> Hi, I have a map which is putting a street-level type map into a tab
> on the infowindow whe someone clicks on a marker on the main map. The
> street level map works fine in IE8, Firefox 3, and Chrome, but in IE6
> and IE7, it presents a blank map (the copyright notice and
> smallmapcontrol show, but not the map itself.
>
> Using Fidder2, I've verified that the url call back to the google maps
> server is identical for both the browsers that work, and the ones that
> don't (as is the size of the response object returned), its simply
> that the map in the infowindow itself doesn't show up.

Since it only affects IE6 and IE7, which are browsers which have some
difficulty with PNG graphics, and you have code which "corrects" PNGs,
I wonder if it's that. Map tiles don't need correcting.

The usual way of correcting PNGs is with pngfix.htc referenced via a
style sheet, which means that the map_canvas div can be excluded. I
don't know how to exclude the map div from your method -- although
simply removing that function (and accepting that other graphics will
go screwy) will at least verify whether it is the problem or not.

Andrew

--

You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-api?hl=en.


Reply via email to