Peter
Peter

Reputation: 11835

Jquery - Deactivate FF4 Browser-Resize function


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

Answers (1)

KillerFish
KillerFish

Reputation: 5180

You have to use css property

resize: none;

here is the Demo Jsfiddle

Upvotes: 1

Related Questions