Tuesday, 15 March 2011

jquery - slider for my drag and drop lists -



jquery - slider for my drag and drop lists -

i have following: http://jsfiddle.net/fckvk/

when pull image 1 of lists in other 1 exstands height of div, don't want that!

when pictures more 4 on 1 list want aciev this:

http://jqueryui.com/slider/#side-scroll

$(function(){ $( "#sortable1, #sortable2" ).sortable({ connectwith: ".connectedsortable" }).disableselection(); });

how can done? thanks

add white-space: nowrap containers:

#sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0 0 2.5em; margin-right: 10px; white-space: nowrap; }

jsfiddle

jquery

No comments:

Post a Comment