July 1998
Intermediate to advanced
1456 pages
65h 5m
English
pageBreakAfter, pageBreakBefore — NN n/a IE 4 DOM n/a
Read/Write
Defines how content should treat a page break around an element when
the document is sent to a printer. Page breaks are not rendered in
the visual browser as they may be in word processing programs; on
screen, long content flows in one continuous scroll. See the
extensive discussion of page breaks in the listing for the
page-break-after and
page-break-before style attributes in Chapter 10.
document.all.hardBR.style.pageBreakAfter = "always" document.all.navPanel.style.paddingLeft = "10%"
Internet Explorer 4 recognizes four constant values (as strings):
always | auto |
left | right.
auto
Read now
Unlock full access