resize problem
resize problem
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