PDA

View Full Version : CSS Paged media


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;
}

COBOLdinosaur
03-22-2003, 12:39 AM
unsupported except by Opera according to:

http://www.blooberry.com/indexdot/css/properties/print/pbinside.htm

A source that is normally pretty accurate on what is supported by major browsers.

Eskimo
03-24-2003, 05:03 PM
Thank you very much, that makes me feel better. I wrote a work around for it that works satisfatory for now.