add scroll bar to table body

前端 未结 4 767
孤独总比滥情好
孤独总比滥情好 2020-12-07 23:16

I want to do this as easily as possible with out any additional libraries.

In my very long table I want to add a scrollbar to the tag so

4条回答
  •  遥遥无期
    2020-12-07 23:42

    you can wrap the content of the in a scrollable

    :

    html

    ....
    
      
        
          
    ...

    css

    .scrollit {
        overflow:scroll;
        height:100px;
    }
    

    see my jsfiddle, forked from yours: http://jsfiddle.net/VTNax/2/

    提交回复
    热议问题
    January $100
    February $80
    January $100
    February $80