Does anyone know an unobtrusive, prototype or not framework based on turning a DIV with a lot of content (like a map) into an interactive and draggable “map” container with fixed dimensions, very similar to Google Maps?
I want to display HTML fragments in a large input form. These pieces can exceed the available space (each piece can have a viewport of about 150x300 pixels in size). The click and drag solution is perfect for navigating through them. I could use overflow: auto, of course, but this is not a convenient way to travel in this case.
source share