zIndex setting wasn't doing anything for us other than making it so that there was a CSS error, since this.div has no zIndex, apparently.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@568 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -61,7 +61,6 @@ OpenLayers.Control.PanZoomBar.prototype =
|
|||||||
new OpenLayers.Size(20,9),
|
new OpenLayers.Size(20,9),
|
||||||
imgLocation+"slider.png",
|
imgLocation+"slider.png",
|
||||||
"absolute");
|
"absolute");
|
||||||
slider.style.zIndex = this.div.zIndex + 5;
|
|
||||||
this.slider = slider;
|
this.slider = slider;
|
||||||
|
|
||||||
this.sliderEvents = new OpenLayers.Events(this, slider);
|
this.sliderEvents = new OpenLayers.Events(this, slider);
|
||||||
|
|||||||
Reference in New Issue
Block a user