I need to know how to create a div tag and apply a script with css that will allow me to have someone be able to click and drag a right border of my div tag and resize it. Please let me know if you can help me with this! Thanks!
no need to do more Just use overflow:scroll property to get scrollbar for horizontal scrollbar you can use overflow-x:scroll or auto Nishithkant
This is a jQuery plugin that does what you want: http://plugins.jquery.com/project/SimpleResizer And this a sample of its use: http://tinyjs.com/files/projects/jquery-resizer/index.html Bye, I hope this help you!
Oh, you can see on the sample that if you make the height fixed, the div will only grow horizontally, that's why I think it make work for you. Bye bye.