I'm working on a new framework, so the javascript framework is actually all mine.. and this is a new bug to me, hence no documentation / warnings (yet) :)
Thanks for the information in regards to the PNG fix and for your suggestion, it's the one I would have gone for anyway however, the fade effect can still be added for the blackout. Although I've noticed IE renders quite slowly when there is a huge transparent div on screen, so may just axe the blackout effect for IE. Cheers Nate On Dec 18, 7:08 am, Andrew Leach <[email protected]> wrote: > On Dec 18, 12:31 am, blueillusion <[email protected]> wrote: > > > > > OK, I have found out from some tests that it appears to be to do with > > the fade effect. When altering the opacity, it causes the strange > > problem. Removing the fading allows it to render normally. Any ideas > > why adjusting the opacity would cause this? > > IE can't handle transparency and opacity at the same time. To get it > to work, you will need to do some form of browser sniffing and not use > the fade effect for IE6 (and probably IE7, and maybe IE8). Fading > alters opacity, which wrecks transparency. I'm a bit surprised that's > not included in the code you used -- or at least in the documentation. > > When you implement pngfix, you will need to exclude the map images > from its effects: > #map img { behavior:none } > > 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.
