horizontal scrollbar

后端 未结 5 1114
醉话见心
醉话见心 2021-01-06 00:24

How can I make an automatic horizontal scroll bar in my page if the content will overflow in its border.


     
        
5条回答
  •  时光取名叫无心
    2021-01-06 00:57

    Change your style to this:

    style="width: 20px; height:30px; border:1px solid black; overflow:auto;"
    

    Just a case of incorrect syntax.

提交回复
热议问题