Specifies if an element should have a page break forced inside of the element or if page breaks should be avoided inside the element when the page is printed.
Platform Support
IE | Netscape | Mozilla | Opera | Safari | no | 6.0+ | 1.0+ | 7.0+ | no |
---|
Values
inherit | Inherit the value from the parent element. |
avoid | Avoid a page break inside the element. |
always | Always insert a page break inside the element. |
auto | Page break behavior to be determined by the user or window settings. |
Availability
W3C CSS2