resize and move

in

I have a div, which can be moved and resized.
The div is set that can be moved from any point, I don't have a handler for this.
Problem is that when trying to resize, is performing also move action. How can I stop this. For resize I have a small div in right,down corner
thx

Back to top