I have a map included on my page. There's also a transparent div, positioned on top of the map (with CSS).
Is it possible to drag the map through this transparent layer? The layer should not move, just the map underneath it.
Dragging the map outside the window is possible (see http://dev.openlayers.org/releases/OpenLayers-2.11/examples/document-drag.html), but I want to start dragging on the transparent layer. Is there a way to do that?