I have a situation some thing like this
<div id="my div">
<div>
content of div 1
</div>
<div>
content of div 2
</div>
<div>
content of div 3
</div>
</div>
Out of those three div's if I click on any one of them, only that particular div(which I clicked) have to come up affront and rest of all the page should display in background as overlay.
Along with this I should be able to drag that highlighted div on that overlay background to where ever I want.
Can any one suggest me some solution in doing this....