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

Reply via email to