Hi,

Try to add to your #area sytle "position: relative;"

Best,
David

On 29 avr, 19:36, David <[email protected]> wrote:
> Hi,
>
> I have div element which is draggable and resizable, inside another
> div:
>
> $("#area div:first").
>         draggable({ containment: "#area", grid:[x, 0] }).
>         resizable({ containment: "#area", grid:x });
>
> I can drag it and resize it inside its container div (#area). But once
> I have resized it, if I add content to the web page, so all of the web
> contents scroll down, the resized element doesn't scroll down at all,
> it stays in the same position.
> This only happens if I've resized it. If I've only drag it, it works
> perfectly.
>
> Any clue?
>
> Thanks in advanced,
>
> David
--~--~---------~--~----~------------~-------~--~----~
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