How do I create a scrollable textbox?

后端 未结 2 1148
情话喂你
情话喂你 2021-01-17 14:11

Currently, the site has the following css class that is intended to be used for note (longer texts) entries in a form.

.scrollabletextbox {
    height:100px         


        
2条回答
  •  情歌与酒
    2021-01-17 14:38

    I would switch the control from an input to a textarea, which will perform the functionality you request by default.

    
    

    JSFIDDLE: http://jsfiddle.net/rJy94/

提交回复
热议问题