page-break-after

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



   Quick Statistics   
Default Value:
auto
Applicable Elements:
Block elements
Inherit From Parent:
No
Applicable Media:
Visual, Paged
HTML Equivalent:
NA
What is it?
This property specifies the page-breaking behavior that should occur after an element box and on what side of the page the content that follows should resume on. Page breaks are not allowed in absolutely positioned elements.

CSS2 "suggests" when page-breaking should occur:

Allowed Values
inherit
CSS2
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
auto
CSS2
Type: Explicit
Description:
Insert a page break after the element as necessary.
avoid
CSS2
Type: Explicit
Description:
Avoid inserting a page break after the current element box.
left|right
CSS2
Type: Explicit
Description:
left: Force one or two page breaks after the current element box until a blank left page is reached.
right: Force one or two page breaks after the current element box until a blank right page is reached.
always
CSS2 | IE4
Type: Explicit
Description:
Always force a page break after the current element box.
[empty string]
IE5
Type: Explicit
Description:
No property value is used in this case. A page break is not inserted before the current element box.
Example
Ext/Doc: p { page-break-after: always }
In-Line: <p STYLE="page-break-after: always">test text in the paragraph</p>
Notes Browser Peculiarities

Boring Copyright Stuff....