Hide html horizontal but not vertical scrollbar

后端 未结 8 1920
南笙
南笙 2020-11-28 19:49

I have an HTML textarea that is of fixed width, but variable height. I would like to set overflow:scroll and be able to show a vertical scrollbar, but not a hor

8条回答
  •  萌比男神i
    2020-11-28 20:01

    Using wrap=virtual in your HTML form boxes gets rid of the horizontal scrollbar at the bottom of the box:

      
    

    See example here : http://jsbin.com/opube3/2 (Tested on FF and IE)

提交回复
热议问题