- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Thu, 8 Apr 2010 22:52:37 -0700
- To: fantasai <fantasai.lists@inkedblade.net>
- Cc: Anne van Kesteren <annevk@opera.com>, www-style list <www-style@w3.org>
On Thu, Apr 8, 2010 at 10:34 PM, fantasai <fantasai.lists@inkedblade.net> wrote:
> Visibility inherits, so you can just write
> @page {
> visibility: hidden;
> }
> and that will apply to all the margins. Now, if you happen to be setting
> @page backgrounds or borders, you'll lose those, too, but if you're not,
> it will have the effect of hiding all margin boxes.
Ah, gotcha. Didn't realize that the margin boxes were children of
@page in the box tree. That won't hide the page area too?
~TJ
Received on Friday, 9 April 2010 05:53:24 UTC