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!
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!
http://docs.jquery.com/UI/Resizables
some of their documentation appears to be down at the moment so for working examples check here
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.