Dynamic HTML Example : Dynamic Overlay Drag & Drop
This is a cross-browser example to drag & drop multiple images. Each Image
is contained within it's individual overlay.
Internet Explorer uses a class (dragDiv), where any image classed with that
name can be individually dragged and dropped.
Netscape requires duplicate drag & drop javascript copied within each overlay to
handle the mouseup/down events within that specfic overlay.