开发者

Make texarea size not adjustable in google chrome

By default, the size of textarea inputs in google chrome is adjustable in the开发者_如何学JAVA browser. Is there anyway to make it not adjustable?


You can use this css for that:

textarea {
    resize: none;
}

More Information Here. :)

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜