[jQuery] Re: jQuery Interface Sortable: loosing the style of dragged item

2007-10-27 Thread NiKo
On 23 oct, 06:26, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > OK I figured it out > Unfortunately this means that the item effectively has no parent > element (other than ) to inherit cascaded styles from. However, > it is enclosed in a div with an id of "dragHelper". So to restore your > st

[jQuery] Re: jQuery Interface Sortable: loosing the style of dragged item

2007-10-23 Thread [EMAIL PROTECTED]
OK I figured it out: the item being dragged is taken out of it's normal place in the page and appended to the bottom of the page and then positioned absolutely. This ensures it always appears on top of other elements and isn't positioned within a positioned ancestor. Unfortunately this means that

[jQuery] Re: jQuery Interface Sortable: loosing the style of dragged item

2007-10-23 Thread [EMAIL PROTECTED]
Hi, did you find any solution to this? I'm having the same problem but worse: not only does the item being dragged loose it's style, I can't move it into a new position. I can drag elements, I can drop elements, but only in the same place they came from. I changed from floated divs to an unorder