views:

71

answers:

1

I have a div that floats at the bottom of the screen and want to let users vertically resize it (by grabbing a handle on the top of the div and pulling the div up or down). I am using Prototype.js, so it just has to be compatible with that, though if there is a simpler way of doing it than with yet another javascript library that would be much preferred. Anyone found anything like this or have a simple way of doing it?

+3  A: 

Here is what you are looking for. It has the sample code using prototype.

Teja Kantamneni
Thanks, that is perfect!
James Simpson