Is there any option to resize div's reversely, when i am resizing.
Hi Richards,
I have three divs in a container(container also a
div). These are resizable and draggable items. If i resize any div in
it. Remaining div's automatically resizable. I have tried by all
means. But i couldn't get any thing. Please help me to do this.
Structure
---------------
<did id="container">
<div id="id1">Draggable and Resizable</div>
<div id="id2">Draggable and Resizable</div>
<div id="id3">Draggable and Resizable</div>
</div>
With Regards
sure