开发者

make the user can't control the size of text area [duplicate]

This question already has开发者_如何学Go answers here: Closed 11 years ago.

Possible Duplicate:

Hiding textarea resize handle in Safari

in textarea input the user can change the size of the input area how to make him can't do that,if it is no possible ,then how i can make the text input field add new line,that is when the user add to the end of the text field a new line entered and the size of the text field increase


CSS:

textarea {
    resize: none;
}

Source: Google(disable textarea resize)

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜