Is there a way to resize a div to smaller than the declared height and width?
I\'m making an application where the user can resize a div and save it. However, when I loa
If you want to use the CSS3 UI resize feature, then your browser decides whether you can make it smaller or bigger than declared width or height. http://www.w3.org/TR/css3-ui/#resize
The user agent may restrict the resizing range to something suitable, such as between the original formatted size of the element, and large enough to encompass all the element's contents.
In Firefox for example, you can resize it smaller than your declared width or height. Whilst in chrome you cannot.