auto scrollbar for a sortable list
Hello,
I've been successful in using jQuery UI to build linked sortables. Is
anyone aware of how you could make a vertical, sortable list (I'm
using <ul>'s) a defined size and that when you add another item that
would exceed its space that scrollbars would appear. I tried using
CSS' overflow property but dragged items go behind the target object
until you drop. That looks pretty weird.
I've also seen that sortables have a scroll option but that is used to
scroll the page and not the list (<ul> or <div>).
Lastly, I tried to add another jquery plugin (jquery.scrollable.js) to
make the sortable scrollable (can you do that) and that displayed the
same weirdness about the dragged item going behind the target object.
Thanks,
DR