css - Cross-browser support of `page-break-inside: avoid;` -
i have lot of div
s on page variable amounts of content in them. trying use page-break-inside: avoid;
each div section not broken on 2 pages.
it working in firefox not ie8.
i have in css print file
.page-break-inside-avoid { page-break-inside: avoid; }
and divs carry class in <div class="page-break-inside-avoid">
ie8 supposed support now. isn't it?
am doing wrong? solved issue? or had experience it?
any great.
thanks lot richard
webdevout.net great place check browser css compatibility.
for page-break-inside
ie8 , opera 8+ shown support it
Comments
Post a Comment