I was using divs.  I'm much more a programmer than designer so most of
what I know of css has come in the last two weeks.
Thanks for the example!

On Jun 7, 8:38 am, "Richard D. Worth" <[EMAIL PROTECTED]> wrote:
> On 6/5/07, adept <[EMAIL PROTECTED]> wrote:
>
> > Is it possible to implement a horizontal sort rather than vertical?
> > I'm
> > wanting to use it to add elements from a vertical list to a horizontal
> > list
> > in order to build a customizable toolbar.  Is it just a css thing and
> > Sortable already supports that?  I've been playing with this all day
> > and
> > cant make it work like I'm expecting it to.
>
> > Thoughts?
>
> You mention lists, so I'm not sure if you're trying this with LIs or DIVs. I
> was able to make it work using DIVs and float:left (also, you have to add
> floats:left to the Sortable options. Here's some sample code I threw
> together:
>
> http://pastie.caboo.se/68576
>
> - Richard

Reply via email to