Prev | Current Page 515 | Next

Tommy Olsson and Paul O'Brien

"The Ultimate CSS Reference"

0 1.5 1.0 7.0 6.0 5.5
Full Partial Partial Partial Partial Partial Partial Partial Partial Partial
Internet Explorer for Windows versions up to and including 7 do not support the
values left and right; either value is interpreted as the value always.
Internet Explorer for Windows versions up to and including 7 don??™t support the
value inherit.
Firefox versions up to and including 2 don??™t support the avoid, left, or right
values.
363 Paged Media Properties
Safari versions up to and including 3 don??™t support the avoid, left, or right values.
page-break-inside
page-break-inside: { auto | avoid | inherit } ;
This property specifies whether a page
break may or shouldn??™t occur inside a
block-level element??™s generated box.
Value
auto allows a page break inside the
box
avoid tells the user agent to avoid
inserting a page break inside
the box, if at all possible
Example
This style rule tells the user agent to avoid
splitting unordered lists over two pages:
ul {
page-break-inside: avoid;
}
Compatibility
SPEC
version initial inherited
CSS2 auto YES
BROWSER SUPPORT
Op9.


Pages:
503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527