Chrome allowed to resize text area by drugging that on the bottom right corner, but some times this movement may break design of the page, so i am wondering how to restrict the max and min width for that action of how to disable that function at all with thml/javascript/css on the page?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
This is all a matter of CSS.
To disable the resizing (drag thumb) just use |
|||
|
|
CSS-max-widthandmax-height– Teneff Aug 26 '11 at 12:29resize: noneunless you absolutely must. It's really very annoying indeed not to be able to resize tiny littletextareas. – thirtydot Aug 26 '11 at 13:39