9652a4d
click here to add a description
click here to add a homepage
The official jQuery user interface library. — Read more
http://jqueryui.com/
This URL has Read+Write access
demos: sortable - Include / exclude items, fixed display issue in IE6
@@ -8,8 +8,8 @@
<script type="text/javascript" src="../../ui/ui.sortable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
- #sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0; }
- #sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 3px; }
+ #sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0; zoom: 1; }
+ #sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 3px; width: 90%; }
</style>
<script type="text/javascript">
$(function() {
9652a4d