Let me be more specific... I don\'t want the DIV to resize WHILE I\'m dragging. I want to drag it out (and maybe a vertical line follows my cursor) and when I release, it re
There is a much simpler way to achieve this. CSS 3 has a resize property to make an html element resizeable, while following other CSS properties like min/max widths etc.