[css-d] CSS3 content attribute for page

2009-11-11 Thread Massimo Ugues
Hallo all. I'm using CSS3 for pagination in print mode as described in the tutorial. @page { @bottom-center { content: "Page " counter(page) " of " counter (pages); } } This works fine but I would like to extract the text content from the css and put it in a div in the html page: somethin

Re: [css-d] CSS3 content attribute for page

2010-01-07 Thread fantasai
On 11/11/2009 12:46 AM, Massimo Ugues wrote: > Hallo all. > I'm using CSS3 for pagination in print mode as described in the tutorial. > > @page { > @bottom-center { content: "Page " counter(page) " of " counter > (pages); } > } > > This works fine but I would like to extract the text conte