<thead> and <tfoot> in Safari

Posted by AJ on Stack Overflow See other posts from Stack Overflow or by AJ
Published on 2009-10-20T14:48:47Z Indexed on 2010/03/16 18:21 UTC
Read the original article Hit count: 232

Filed under:
|
|

I trying to print a page with multiple tables. The problem is that any of these tables may break and carry over to the next page. Have been trying to get the table header to repeat on the second page. Am currently using thead and setting the display property to table-header-group. This works just as expected in IE and firefox but the header will not repeat in Safari. Since we are using software that converts our page to a pdf document for printing...and the 3rd party software uses a Safari engine, we are stuck with this problem. Does anyone know a way / workaround to make headers repeat if the table spans multiple pages in Safari?

© Stack Overflow or respective owner

Related posts about safari

Related posts about thead