I have a table with <thead>
that I want to force still on scroll while retaining formatting, alignment and structure. I tried:
position:absolute
but that skews and overlaps everything.
I have a table with <thead>
that I want to force still on scroll while retaining formatting, alignment and structure. I tried:
position:absolute
but that skews and overlaps everything.
table{
margin-top:55px
}
.hellomylady{
position: fixed;
top: 0;
background: #fff;
}