2008-06-09 06:20:15 +00:00
|
|
|
<div class="sortable-container">
|
|
|
|
|
|
|
|
<div id="example3">
|
|
|
|
|
|
|
|
<div style="min-height: 50px; min-height:50px; height:auto !important;">
|
2008-09-16 12:40:48 +00:00
|
|
|
<style type="text/css" media="screen">
|
|
|
|
#placeholderSortable li {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
</style>
|
2008-06-09 06:20:15 +00:00
|
|
|
<ul id="placeholderSortable" style="list-style-position: inside; height: 30px; cursor: hand; cursor: pointer;">
|
2008-09-16 12:40:48 +00:00
|
|
|
<li id='user_Jack'>Jack</li>
|
|
|
|
<li id='user_John'>John</li>
|
|
|
|
<li id='user_Marry'>Marry</li>
|
|
|
|
<li id='user_Claire'>Claire</li>
|
|
|
|
<li id='user_Daniel'>Daniel</li>
|
2008-06-09 06:20:15 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|