|
|
 | | From: | Alan G Isaac | | Subject: | footer support in Opera | | Date: | Thu, 23 Dec 2004 16:54:10 -0500 |
|
|
 | In a document I wanted a footer determined by something like @page { margin: 1in 0; counter-increment: page; @bottom-center { content: "Page " counter(page) }; }
along the lines suggested at http://www.w3.org/TR/2003/WD-css3-page-20030909/#page-based-counters but I do not seem to be able to get any support for @bottom-center.
Am I doing this wrong? If it's missing in my Opera 7.54 under Windows, can I hope to get it soon?
Additionally, aside from the support issue, *if* I have made no mistake above then Opera has a bug in handling this instruction: it wrecks the margins on my document.
Thanks, Alan Isaac
|
|
 | | From: | Rijk van Geijtenbeek | | Subject: | Re: footer support in Opera | | Date: | Fri, 24 Dec 2004 00:46:46 +0100 |
|
|
 | On Thu, 23 Dec 2004 16:54:10 -0500, Alan G Isaac wrote:
> In a document I wanted a footer determined by something like > @page { > margin: 1in 0; > counter-increment: page; > @bottom-center { content: "Page " counter(page) }; > } > > along the lines suggested at > http://www.w3.org/TR/2003/WD-css3-page-20030909/#page-based-counters > but I do not seem to be able to get any support for @bottom-center. > > Am I doing this wrong? If it's missing in my Opera 7.54 under Windows, > can I hope to get it soon?
This is an early Working Draft of a spec that might be implemented in the future. It is not implemented now. The fact that our CTO helped in writing this draft might help, but IIANM, you should not hold your breath waiting for it at this moment.
> Additionally, aside from the support issue, *if* I have made no mistake > above then Opera has a bug in handling this instruction: it wrecks the > margins on my document.
-- The Web is a procrastination apparatus: | Rijk van Geijtenbeek It can absorb as much time as | Documentation & QA is required to ensure that you | Opera Software ASA won't get any real work done. - J.Nielsen |http://my.opera.com/Rijk/journal
|
|
|