I just implemented drag and drop sort table on my site
On chrome sometimes the rows border change colors specially the bottom one it turns black and its pretty buggy.
Works fine on IE and Firefox
I also notice that my row is very small when dragging and it’s not the actual size of the of the row. Any work around for this?
I’m sure that has to come because you do not use any CSS Reset…
and by the way, you should add
border-top: none;to yourtd, thstyle right after you set the border, so you don’t have border with2pxas thebottomof one will be added to thetopof the other creating lines with2px‘s and not a smooth1pxin everytrHere is an updated version: http://jsfiddle.net/U22Bz/3/