Draggable and resizable causing trouble together
I have a few div elements positioned in a container div. They are all positioned relative. When I start a resize, the element which I'm resizing gets the style attribute 'position: absolute' This causes the other relative elements to collapse.
I'm using jqueryUI 1.7.2 and jquery 1.4.1.
I found the code which causes this problem, which is on row 222 in the file ui-resizable.js The comment says it is a bugfix for
http://dev.jquery.com/ticket/1749I think this causes another bug. I attached my code. I appreciate some help.
Thanks, Ben