views:

240

answers:

1

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?

A: 

I see it is reported as a bug in chrome too ( http://code.google.com/p/chromium/issues/detail?id=24826 ), so I think it might be a bug in the webkit engine.

Did you ever find another solution?

Chris