Hi, > When I apply the Draggable to the parent Div the draggable features > are bubbling through to the childnodes. Is there a way to stop this > happening.
It sounds like you want the parent div to be dragged by grabbing a handle (I'm guessing the top div within it?), rather than anywhere in the div. There's a "handle" parameter[1] for that. [1] http://wiki.github.com/madrobby/scriptaculous/draggable > Also the cross mouseover does not appear when I onhover over the > parent div Does scripty do that for you? I didn't think it did, I thought you had to provide the CSS for it, e.g., "cursor: move" (or whichever you like) either in a class you apply where appropriate or an inline style. HTH, -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services available On Jul 20, 11:19 am, cob <[email protected]> wrote: > new Draggable('parentDiv',{ scroll: window }); > > I am creating a Parent Div and appending a top, body and bottom Div > and adding buttons to a table in the body div. > > When I apply the Draggable to the parent Div the draggable features > are bubbling through to the childnodes. Is there a way to stop this > happening. > > Also the cross mouseover does not appear when I onhover over the > parent div > > If I am being unclear pleae let me know > > Thx --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
