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:
crschmidt
2006-06-11 23:23:56 +00:00
parent 0c47f802eb
commit 20e77d1f3b

View File

@@ -61,7 +61,6 @@ OpenLayers.Control.PanZoomBar.prototype =
new OpenLayers.Size(20,9),
imgLocation+"slider.png",
"absolute");
slider.style.zIndex = this.div.zIndex + 5;
this.slider = slider;
this.sliderEvents = new OpenLayers.Events(this, slider);