I have updated the jqDnR ("jQuery Drag and Resize") plugin today. Changes include;
+ Multiple Independent initialization of Elements called by $.jqDrag or $.jqResize.
+ Detection of the dimensions plugin to alleviate Internet Explorer "jumpiness" with elements that have fixed or percentage based position.
+ Improved resize interactivity experience in IE with better tolerance of elements without "layout".
--- one bug remains; Opera 9 dragging appears to be broken for relativeley positioned elements due to $.css('top') and $.css('left') returning pixel position relative to page vs. parent element. This is probably good design by them... and I hope to investigate this issue further.
Plugin page; http://dev.iceburg.net/jquery/jqDnR/ Enjoy! ~ Brice