it's just a bunch of div's on top of eachother.
HTML Code:
<div>div 1</div>
<div>div 2</div>
<div>div 3</div>
i create a drag layer on mouse down and it creates a new layer on a higher z-index. when i start dragging div 1 down and to the right, it highlights the text in div 2 and div 3.
overflow: hidden;
this fixes it in firefox, but it still looks weird in IE.