draggable & connectToSortable issues

draggable & connectToSortable issues


#1.) how can i change the helper element with the over and out events
of sortable?
basically i want the draggable item to turn into other dom elements
during the drag.
#2.) if my draggable is a <img />, why is the placeholder
automatically also created as an <img>?
how do i override that default behavior. i want my placeholders to be
$('<div>drop here</div>')
while still letting the draggable be $('<img />')
#3.) is there more detailed explanations on how ui.helper, ui.item,
ui.placeholder works when being dropped from a draggable?
all i know is the ultimately the dropped item is the ui.item.