This may well be a user error, but I could use a little help please. I've read some of the postings on the site about using position:relative for tables and am currently using scriptaculous 1.5.1 and prototype 1.4. Drag-n-drop works great by just making this one line call where dragAndDropContainer is a tBody:
Sortable.create('dragAndDropContainer',{tag:'tr', constraint:'vertical', ghosting:true, dropOnEmpty:true});
However, when a row is being dragged the ghosted image does not remain while the row is being moved (mouse still down, of course). In Firefox it works fine and the ghosted image appears properly. Any ideas on what might be happening and how I could fix it in IE? This is the key piece I need to complete an awesome user experience.
p.s. Love the work that's been done to create these components. Web 2.0 rocks! Keep it up :-)