In Firefox 5 <textarea>s are expandable (bottom right corner there is a hook).
<textarea>
How do I make a textarea solid/un-expandable? Preferably through CSS.
Use this in your CSS:
textarea { resize: none; }