I have designed an HTML page that consists of three sections: a header, a footer, and a table section sandwiched between the header and footer. The header and footer are fixed at the top and bottom respectively, with a specified height set using CSS (top:0px; and bottom:0px).
All three sections are enclosed in div elements. I'm trying to make the table section scrollable while keeping it fixed between the header and footer. In other words, I want the table to stretch and adjust its size accordingly when zooming in or out of the page.
Can anyone provide guidance or assistance with this? Thanks!