IE8 specific fix for opacity. r=erilem (closes #3431)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12228 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2011-08-10 08:04:53 +00:00
parent 92546caa9e
commit b0e2a0cc56
3 changed files with 27 additions and 4 deletions

View File

@@ -971,8 +971,6 @@ OpenLayers.Map = OpenLayers.Class({
}
layer.div.className = "olLayerDiv";
layer.div.style.overflow = "";
this.setLayerZIndex(layer, this.layers.length);
if (layer.isFixed) {