Reputation: 11835
the new FF4 browser has an own textarea resize function.
DEMO: http://jsfiddle.net/
Is there a way to deactivate (with js/jquery/css) this feature?
Thanks in advance!
Peter
Upvotes: 0
Views: 170
Reputation: 5180
You have to use css property
resize: none;
here is the Demo Jsfiddle
Upvotes: 1