From 7249f619309e690527b5d2319799a828f641b78a Mon Sep 17 00:00:00 2001 From: euzuro Date: Sun, 21 May 2006 18:29:42 +0000 Subject: [PATCH] place popup under the control chrome to show that its zindex is set correctly git-svn-id: http://svn.openlayers.org/trunk/openlayers@238 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- popups.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popups.html b/popups.html index 6cd935a183..6f08acbb41 100644 --- a/popups.html +++ b/popups.html @@ -36,7 +36,7 @@ function add() { popup = new OpenLayers.Popup("chicken", - new OpenLayers.Pixel(400,200), + new OpenLayers.Pixel(0,00), new OpenLayers.Size(200,200), "example popup");