On Jan 7, 3:58 pm, MatiasVelilla <[email protected]> wrote:
> this is my map:
>
> http://nexar.serveftp.net/iw_demo/index.php?opcion=mapaAllUbications
>
> im using latest version of api.
>
> the problem appears only when its viewed through internet explorer 6.
>
> you see, im using a ie6fixed file to be able to display transparent
> png's and it crashes with googlemap interface someway i dont know.
The only thing I can think of is that you are using a class name
instead of an element identifier:
<style type="text/css">
img, div { behavior: url(iepngfix_v2/iepngfix.htc) }
.mapa_ppal { behavior: none !important; }
</style>
IE is quirky: a class name *should* be sufficient, but this may be
upsetting it. I've seen and suggested something like this in the past:
<style type="text/css">
img, div { behavior: url(iepngfix_v2/iepngfix.htc) }
#map { behavior: none !important; }
</style>
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.