I found two scripts that can be useful. Could someone help me apply them?
http://jqueryui.com/demos/sortable/
http://plugins.jquery.com/project/cookie
Yours,
albatros
Hmmm, interesting idea.
I don’t think anyone is going to write the entire thing for you as that is quite a complex request. It’s definitely doable though.
I built something in similar for the admin panel recently. The trick for what you want to do would be to store the exact positions in a cookie I guess. For my situation I just stored it in the database via an AJAX call, but for a sidebar like that a cookie would be more sensible since many users won’t be logged in.