Place draggable boxes in grid

Hi,

I have 3 draggable boxes, wich default horizontal positioned.

A
<%= draggable_element :a%>
B
<%= draggable_element :b%>
C
<%= draggable_element :c %>

The boxes can me move arround on the homepage.

I also want to realize:

a)The boxes must be in a defined grid (div)
b)The boxes interact together, so when i drag box A to box B, Box B
moves up to another space in the grid.

Example > http://www.mobissimo.com/search_airfare.php see Modules…

Someone links/examples???

Thanks in advance…

remco