sortable: dragging to another list when no items in that list
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">Hi,
I've got two lists (a div with class="list" containing several divs of
class="item"). While there are items in each list I can drag items
between them to move items from one list to the other list.
However, when all items have been removed from one of the lists (ie.
they have all been dragged to the other list) I can no longer drag
items in to the empty list (because there is no item to drag on to in
that list).
Is there any way to make the list accept dragged sortable items?
Guy
</font>