I have a heading with the heading number in a span. I'm using display:table; for the heading and display:table-cell; for the number to get the heading number separated as a block on the left side of the heading text. This works without any problem, but as soon as I use prince-page-group:start; in the heading CSS, for exampe to hide the page number on pages with h1 @page:first no longer has any effect.
The attachment contains a sample.
I know that with browsers putting headings into divs can lead to problems with CSS counters, but is something smilar also true if display:table; is used (a heading inside a "virtual table")? This would be a pitty since display:table and display:table-cell are a very easy way to get nicely separated heading numbers.
Thanks,
Michael
The attachment contains a sample.
I know that with browsers putting headings into divs can lead to problems with CSS counters, but is something smilar also true if display:table; is used (a heading inside a "virtual table")? This would be a pitty since display:table and display:table-cell are a very easy way to get nicely separated heading numbers.
Thanks,
Michael