vote up 0 vote down star
1

Hi!

Is there a way to make a <div> container resizeable with drag'n'drop? So that the user can change the size of it using drag'n'drop?

Any help would really be appreciated!

flag

3 Answers

vote up 1 vote down check

Hope this helps you.

link|flag
vote up 2 vote down

http://docs.jquery.com/UI/Resizables

some of their documentation appears to be down at the moment so for working examples check here

http://batiste.dosimple.ch/blog/posts/2008-05-18-1/jquery-drag-and-drop-and-resize-event-delegation.html

link|flag
vote up 0 vote down

The best method would be to use CSS3, it is currently only supported by Webkit, but that should change soon.

http://www.css3.info/preview/resize/

Depending on what you try to accomplish this is a possible solution.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.