sortable() dragged item position is incorrect - how can I customize?

sortable() dragged item position is incorrect - how can I customize?

My containers are all positioned within a big DIV with overflow:auto so it scrolls. I'll call that scrollable DIV the "wrapper".

When the wrapper itself is scrolled down, dragging of items creates the clone in the wrong position. The top of the dragged item should consider the scroll of the wrapper DIV.

How can I hook in my own custom positioning logic to account for this layout? Can I put in some offset value for the draggable items? How can I have more control over this, since UI gets it wrong in my layout?

Thanks!

Matt "Gonna try to get the layout changed..." Kruse
http://MattKruse.com