22 January 2008

<thead> and page breaks

I learned today that printing a table with and tags will cause the header row to be repeated after a page break.

IE7 doesn't do this by default, but with a single CSS definition it can be made to do so...

thead { display: table-header-group; }

No comments: