Well, it just was a simple CSS z-index issue for the window div
(http://dev.iceburg.net/jquery/jqModal/toTop.html). You set it higher than
the mainMapContainer div and it works fine.  

   Pere


Andreas Hocevar-2 wrote:
> 
> On Wed, Feb 6, 2008 at 7:01 PM, pere roca <[EMAIL PROTECTED]> wrote:
>>   What I need is to use this div over the map without interfering with it
>> (no
>>  zoom in when selecting, etc). Everything works fine if I'm over the left
>>  bar, or even over the mainMap Button Bar, but not over the map.
> 
> You have to attach an event to your div and stop the event from
> propagating, saying something like:
> 
> OpenLayers.Event.observe(yourDiv, "click",
> function(e){OpenLayers.Event.stop(e)});
> 
> Regards,
> Andreas.
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Mapbuilder-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mapbuilder-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/overlaying-%3Cdiv%3E-on-the-mainMap-tp15309194p15459822.html
Sent from the MapBuilder Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mapbuilder-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-users

Reply via email to