How to apply vertical scrollbar for TBODY

前端 未结 1 954
花落未央
花落未央 2021-01-24 18:52

I have 4 column and 5 row data in table. I have to apply vertical scrollbar for TBODY, the TH header content should not scroll.

I coded the scenario and it\'s working fi

1条回答
  •  -上瘾入骨i
    2021-01-24 19:24

    Here is a working example:

    http://www.imaputz.com/cssStuff/bigFourVersion.html

    You have to add the display:block to the thead > tr and tbody

    0 讨论(0)
提交回复
热议问题