css - Fix the first row of a HTML table -


i want make first row of html table visible when user scrolls down page.

i tried style "position: fixed", problem when that, the cells of first row start have different widths compared cells of other rows.

my table styled "table-layout: fixed, width: 100%".

do know why please?

in css

tr{ position:absolute; } 

Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -