开发者

How do I block the expandable textarea feature in Firefox5 and up?

开发者 https://www.devze.com 2023-03-24 14:26 出处:网络
In Firefox 5 <textarea>s are expandable (bottom right corner there is a hook). How do I make a textarea solid/un-expa开发者_如何学Pythonndable?

In Firefox 5 <textarea>s are expandable (bottom right corner there is a hook).

How do I make a textarea solid/un-expa开发者_如何学Pythonndable?

Preferably through CSS.


Use this in your CSS:

textarea { resize: none; }
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号