oops. more tabs

git-svn-id: http://svn.openlayers.org/trunk/openlayers@479 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-31 23:33:36 +00:00
parent b7343507b7
commit 4a369cdf2a

View File

@@ -192,11 +192,11 @@ OpenLayers.Popup.prototype = {
if (this.div != null) {
// for Mozilla and Safari
this.div.style.opacity = this.opacity;
this.div.style.opacity = this.opacity;
// for IE
this.div.style.filter = 'alpha(opacity=' + this.opacity*100 + ')';
}
this.div.style.filter = 'alpha(opacity=' + this.opacity*100 + ')';
}
},
/**
@@ -209,7 +209,7 @@ OpenLayers.Popup.prototype = {
if (this.div != null) {
this.div.style.border = this.border;
}
}
},
/**