The zIndex option should change the z-index of the clone/helper. If it's not, that's a bug. Could you verify in Firebug? You haven't mentioned whether you're using IE. If so, I think you may need to use both appendTo *and* zIndex.
- Richard On Thu, Mar 12, 2009 at 6:31 AM, Paul Hutson <[email protected]>wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
