On Dec 1, 8:33 pm, Hibby <[email protected]> wrote:
>
> What is happening is that the map is trying to display, as you can see
> the controls in the top left of the page, but I had meant for them to
> be to the right of the content. I recently installed a PNG fix,
> thinking maybe it had to do with the browsers rendering of that, but
> adding/removing the fix had no effect.
IE6 fails here:
IEPNGFix.process(element, 0);
in iepngfix.htc with "Unexpected method or property access" and the
reason for that is (as you suspect)
img, div { behavior: url(iepngfix.htc); }
because you are fixing map tiles which don't need fixing.
Try adding
#map img {behavior:none}
so that images within the map are not fixed.
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.