I'm using the sort UI nested, so you have

<ul>

<ul  class="list1">
    <li>Stuff 1</li>
    <li>Stuff 2</li>
    <li>Stuff 3</li>
</ul>

<ul class="list2">
    <li>Stuff a</li>
    <li>Stuff b</li>
    <li>Stuff c</li>
</ul>


</ul>

In ff, it allows me the ability to sort list1 vs list2 as well as the
contents from list 1 within itself and with in list 2.   Only IE, when
i try to drag and drop the contents of one of the list it drags teh
entire list as well.  Is there a work around to this.

Reply via email to