ZachPhillipsGary / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

MarkerClusterer cluster icons don't render in IE8 #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Library uses if(document.all) to sniff IE8 for PNG alpha replacement

IE7 and IE8 support alpha PNG's natively anyway, so this is not necessary.

Also, IE8 doesn't render the image using the alpha filter in this way, as the 
syntax is different, so no icon is shown.

Original issue reported on code.google.com by jamie.ne...@gmail.com on 4 Mar 2011 at 2:46

GoogleCodeExporter commented 9 years ago

Original comment by lu...@google.com on 31 Mar 2011 at 6:01