Is there any way to make it possible in IE for an absolute positioned layer to be dragged around to change its position (top,left position, not DOM position)? This isn't working in IE in FCKEditor nor CKeditor, but it is in TinyMCE? Are there events preventing this or is there an attribute that can be set or removed to make it work?
Or does this functionality need to be provided with a plugin?
So the HTML for a layer I would like to be able to drag around is something like
Or does this functionality need to be provided with a plugin?
So the HTML for a layer I would like to be able to drag around is something like
<div style="position: absolute; top: 50px; left: 50px; width: 200px; height: 50px; border: 1px solid red;">test layer</div>