oops. more tabs
git-svn-id: http://svn.openlayers.org/trunk/openlayers@479 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -192,11 +192,11 @@ OpenLayers.Popup.prototype = {
|
|||||||
|
|
||||||
if (this.div != null) {
|
if (this.div != null) {
|
||||||
// for Mozilla and Safari
|
// for Mozilla and Safari
|
||||||
this.div.style.opacity = this.opacity;
|
this.div.style.opacity = this.opacity;
|
||||||
|
|
||||||
// for IE
|
// 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) {
|
if (this.div != null) {
|
||||||
this.div.style.border = this.border;
|
this.div.style.border = this.border;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user