Try adding a handle div to your draggable element's layout, and style  
it to cover everything except the scrollbar area. Pass the classname  
of your handle DIV to the Draggable invocation as the value of the  
'handle' property in the parameters. Alternatively, you can make the  
handle a visual cue, and restrict it to a visible band at the top of  
your element, like a Title bar in a Finder window.

Walter

On Oct 13, 2008, at 9:22 AM, Mark Benson wrote:

>
> I am trying to make a draggable 'window' style DIV element on a page.
> The DIV's CSS style has the 'overflow: scroll' attributes set, so I
> get vertical and horizontal scrollbars (I need these as the
> dynamically loaded content is of an indeterminate length). The problem
> is if I set it to Draggable using Scritpy it becomes mobile and
> transparent when the user interacts with a scrollbar. Same problem in
> IE7 and FF3.
>
> Any solutions?
>
> Thanks
>
> -- 

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to