[Proto-Scripty] Re: z-index sortable list

2009-06-16 Thread Maya
Thanks so much for your help! I'll give it a go and see what happens. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to

[Proto-Scripty] Re: z-index sortable list

2009-06-16 Thread Maya
Thanks so much for your help! I'll give it a go and see what happens. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to

[Proto-Scripty] Re: z-index sortable list

2009-06-15 Thread david
Hi here is something that could help: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd html xmlns=http://www.w3.org/1999/xhtml; lang=en xml:lang=en head titletest/title script src=prototype.js type=text/javascript/script script

[Proto-Scripty] Re: z-index sortable list

2009-06-10 Thread Maya
I don't have much experience with this so I am having difficulty figuring out how to set this up as per your first suggestion: To update the z-index after a change in the sortable, just use prototype DOM function like Element.firstDescendant() [1] and Element.next() [2] to update the DOM.

[Proto-Scripty] Re: z-index sortable list

2009-06-09 Thread david
Hi Maya, I'm think you can't do that because scriptaculous manage the z-index property so while dragging the dragged element is always on top and is forced to a specific z-index (equal to 1000). Otherwise, you'll have to manually set the z-index property yourself. take care, this property is