I have a textarea that can be resized by user. So I want this textarea to have a setted in css width&height as initial and maximum size. But width&height work like minimum size.
For example: http://jsfiddle.net/8t2E8/
width: 600px;
height: 200px;
Initial size is 600*200. I can make textarea only bigger, but need only smaller. Thanks for help.