I am using a dragging JS class that I downloaded and have adapted it so that I can drag multiple objects on the webpage, using an array of objects rather than just one.
It works fine in Firefox, but in IE 7 it will not move any of the objects. The original code that I downloaded that only moved one object worked fine in both IE and FF, so I think it is the array code that I added that is buggy.
Bookmarks