You should set the "position" style of the surrounding element to
relative so the sortable can be placed absolutely depending on its
parent.

eg:

<div style="position: relative;">
    <ul>
        <li> ... Content 1 ... </li>
        <li> ... Content 2... </li>
        <li> ... Content 3 ... </li>
        <li> ... Content 4 ... </li>
        <li> ... Content 5 ... </li>
    </ul>
</div>

On 6 Apr., 22:31, kevin <[email protected]> wrote:
> Hi:
>
> A picture is worth a thousand words, so please 
> seehttp://www32.myfantasyleague.com/2011/home/11906
>
> I'm using Mootools 1.3.1 and Firefox 4.0
>
> Each caption (10 Newest Message Board Topics, League Standings, Weekly
> Summary, etc.) is a Sortable - I want to allow each "module" to be
> drag-and-drop re-arrangeable on the page.  I've got the functionality
> working, but the problem is that the "clone" of the caption is offset
> (both vertically and horizontally) when you drag it on the page.  Any
> suggestions on how I can make the clone appear in the same place my
> mouse appears?
>
> Thanks,
> Kevin

Reply via email to