Eskimo
03-19-2003, 08:46 PM
In a controlled environment (intranet) using IE6, I'm having trouble with CSS Page Breaks (http://www.w3.org/TR/REC-CSS2/page.html#page-break-props).
Is it not supported, or am I incorrect in my usage? The other elements work just fine. In fact, if I replace INSIDE with BEFORE or AFTER, it works. Page-Bread-Inside is poked.
Is this just me, or is there a workaround that everyone knows BUT me?
.sig {
font-size: 8pt;
visibility: hidden;
page-break-inside:avoid;
}
Is it not supported, or am I incorrect in my usage? The other elements work just fine. In fact, if I replace INSIDE with BEFORE or AFTER, it works. Page-Bread-Inside is poked.
Is this just me, or is there a workaround that everyone knows BUT me?
.sig {
font-size: 8pt;
visibility: hidden;
page-break-inside:avoid;
}