I need two divs to look a bit like this:
| |
---| DIV I |------------------------
| |_______________| |
| DIV II |
This is an easy task if I know the absolute position, but my divs can be dragged with JQuery .draggable(), so the position is unknown.
How can I accomplish this task?