I have an html table and I want to fix the header but at the moment of doing it, I reduce the size of th and the entire table is unbalanced
thead,tbody tr{
display:table;
width:100%;
table-layout:fixed;
}
thead {
position: fixed;
...
asked by
02.10.2018 / 19:36