<div id="container">
<div id="menu">
<div class="item">
This is an item that can be dragged over to the right-hand drop target
</div>
<div class="item">
This is an item that can be dragged over to the right-hand drop target
</div>
<div class="item">
This is an item that can be dragged over to the right-hand drop target
</div>
<div class="item">
This is an item that can be dragged over to the right-hand drop target
</div>
</div>
<div id="target">
<p>Drop Here</p>
</div>
</div>