page

Support Key: [CSS2]
Other Printing Properties
page-break-before
page-break-inside
page-break-after
marks
size
widows
orphans
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
auto
Applicable Elements:
Block level elements
Inherit From Parent:
Yes
Applicable Media:
Visual, Paged
HTML Equivalent:
NA
What is it?
This property is used to specify a specific page type to use when displaying an element box. If the value specified is different than the one for the rendered element box that precedes it, one or two page breaks should be inserted between them, and the element box should then be rendered on a page box of the indicated type.

Allowed Values
auto
[CSS2]
Type: Explicit
Description:
References the current default page.
[identifier]
[CSS2]
Type: Explicit
Description:
Specifies an identifier for a page type defined in an @page rule.
Example
Ext/Doc:
   @page doublepage { size: 8.5in 11in; page-break-after: left }
   body { page: doublepage; page-break-after: right }
In-Line: <body STYLE="page: doublepage;
page-break-after: right">test text in the body</body>
Browser Peculiarities

Boring Copyright Stuff....