Preliminary searching hasn't turned up anything, so sorry if this is a dupe;
I'm still digging around.
Setting a div as draggable appears to kill text selection in IE6 (I haven't
checked 7 yet). Is there by any chance a way around this?
If it helps anything, there is a handle specified, not the whole object, and
the actual content is within a separate div inside, more or less like so:
<div class="draggable">
<div class="handle">
<h2>This is the handle</h2>
</div>
<div class="body">
<p>Stuff goes here. Becomes unselectable</p>
</div>
</div>
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/