View Single Post
Old 12-28-2005, 12:45 PM   #3 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,532
sde is on a distinguished road
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.
sde is offline   Reply With Quote