I have a lot of div on a page with a variable amount of content in them. I am trying to use page-break-inside: avoid; so that each section of the Div does not break into 2 pages.
It works in Firefox, but not in IE8.
I have this in my CSS print file
.page-break-inside-avoid { page-break-inside: avoid; }
and my divs carry the class, as in <div class="page-break-inside-avoid">
IE8 is supposed to support this now. Is not it?
Am I doing something wrong? Has anyone solved this problem? Or did he have experience?
Any help would be great.
thanks a lot richard
css printing
richard moss Jan 11 '10 at 10:39
source share