css - HTML table with fixed header -


I have created an HTML page that has three sections, headers, footer and a table section, which are the headers and footers The article is kept in the middle. Header and Footer CSS (top: 0px; and below: 0px;) is used to set up and down with a specific height.

All three are defined. A scrollable table is fixed between the header and the footer, that is, when we have to zoom in and zoom out the table between the header and the footer.

Can anyone help?

Then insert the table inside the design and give it width: 100%.

Setting the height Rows on a table can actually be long if there is no more content, it is a reason to use div outside the table.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -