[Mapbender-commits] r4906 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Nov 3 05:12:41 EST 2009


Author: christoph
Date: 2009-11-03 05:12:41 -0500 (Tue, 03 Nov 2009)
New Revision: 4906

Modified:
   trunk/mapbender/http/javascripts/mod_box1.js
Log:


Modified: trunk/mapbender/http/javascripts/mod_box1.js
===================================================================
--- trunk/mapbender/http/javascripts/mod_box1.js	2009-11-03 10:11:41 UTC (rev 4905)
+++ trunk/mapbender/http/javascripts/mod_box1.js	2009-11-03 10:12:41 UTC (rev 4906)
@@ -141,7 +141,7 @@
 		topNode.style.width = "0px";
 		topNode.style.height = "0px";
 		topNode.style.overflow = "hidden";
-		topNode.style.zIndex = "10";
+		topNode.style.zIndex = parseInt(map_el.style.zIndex, 10) + 1;
 		topNode.style.visibility = "visible";
 		topNode.style.cursor = "crosshair";
 		topNode.style.backgroundColor = color;



More information about the Mapbender_commits mailing list