> Let us know how you make out.

Richard,

Thanks for the help there - I've tried using the zIndex, like so :

        // let the Cargo items be draggable
        $('li',$Cargo).draggable({
                cancel: 'a.ui-icon',// clicking an icon won't initiate dragging
                revert: 'invalid', // when not dropped, the item will revert 
back to
its initial position
                helper: 'clone', // Clone the object to move it.
                cursor: 'move', // Use a move cursor
                zIndex: 10000 // Change the zindex they're on
        });

However, thinking about it - it's not the draggable that is causing
the problem really, it's the clone.  Is there a way to set the zIndex
of the clone when it moves?

Regards,
Paul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to