Re: Create Textarea
You know, it's not generally a good idea to mess with the users' ability to use the tools they're used to. They know what they want to do; you don't. Nor do you know how much they know about their system in general -- they may know how to resize a textarea and use a mouse to select a large swath of text, but may be utterly unaware that they can do the same thing with the shift and arrow keys in a smaller textarea. Your job as a developer/designer is to make the users' lives easier, not to unreasonably enforce pixel perfection in their browsers.
If your page falls apart when a texarea is resized, then work on the rest of your page instead of restricting the user. Front-end (UI) work is hard. Get used to it.
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)