css - Cross-browser support of `page-break-inside: avoid;` -


i have lot of divs 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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -