Trying to render a L.TileLayer with opacity in IE7 fails #1084
Closed
Description
opened on Oct 23, 2012
If you try to render a tilelayer with opacity in IE7 doesn't appear. After some research seems like the filter css property is damaging the layer. If you remove this property the layer appears correctly (with no opacity of course).
You can try with this example:
http://dl.dropbox.com/u/931536/leaflet-test/index.html
Activity