[jQuery] Draggables, Droppables and Sortables for jquery

[jQuery] Draggables, Droppables and Sortables for jquery

So, I modified the Draggable function , added Droppable and Sortable. The result can be found <a href="http://www.eyecon.ro/test/jquery/"> http://www.eyecon.ro/test/jquery/</a> .
Still I have some problems.
1. $(document).bind('mousemove', function) does not work on IE 6 SP2  so i have to work with $('body').bind('mousmove', function);
2. setting alpha for elements created with $().append(html) does not work on IE 6
Maybe someone can help me here.
Hope this small plugins helps.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/