Wasn't it Joe who wrote: >I tried using GIF files, and in IE the Overlays still dissappear when >it hits: > > pane.style.filter='alpha(opacity:'+percentOpacity+')';
One possibility is that I spelled percentOpacity inconsistently in the code I posted, and you copied it. Another possibility is that you failed to notice that MSIE uses an integer percentage opacity in the range 0 to 100, but all the other browsers use a fractional opacity on the range 0.0 to 1.0. If you use opacity 0.5% in MSIE it's invisible -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
