RE: Page pseudo-elements

Hi Jacob,

> #footer {
> 	content: "Page " counter(page);
> 	display: fixed;
> }
> 
> would not work as the content of a fixed box doesn't get "updated" every
> time it is "instantiated". Perhaps that is what you are also implicitly
> suggesting?

Yes, that was what I was implicitly suggesting, now that you mention it :)  
To be honest I was not aware of this limitation of fixed boxes. Are there
any problems with allowing the content of fixed boxes to vary on different
pages?

Michael

Received on Wednesday, 26 February 2003 08:39:35 UTC