Hi guys I love this site so much and want to create something similar
HTML Code:
http://robyn.com/
I have used jQuery to make the Sortables how ever I can not add the accordion to it. When I add the accordion it works fine until I add an image or a link inside.


My Code is
HTML Code:
<div id="accordion"> 
   <div id="draggable" class="ui-widget-content">
    <h3><a href="#">Title</a></h3> 
        <img src="image" />   
    </div
</div>             
Any ideas on how I can do this better let me know