resizable() function on a cell
Hello,
I have a little problem.
I'm dynamically creatingd DIVs, with a z-index higher than the one of a table, this DIV beeing attached to a cell, and overlaying some cells below.
If i use the draggable method all is fine and i can drag and drop my DIVs from one cell to antoher one, keeping the original DIV size.
if i use the resisable() method, the cell is immediatly resized to the DIV size.
I've modified the containment (taking, for example, the ID of the table) : nothing's better.
I don't understand why it's working with the draggable method() and not with the resizable() one, even i i understand that the DIVs are attache to the cells.
Thanks for your help.
Galawa