html - page-break-inside:avoid equivalent for Firefox and/or IE -


I understand that css page-break-in: avoid instructions to stop a page For an HTML document is printed when broken within a div. Through the search of the Internet, I have found that it is supported only by opera and IE8, is there any work that requires me to stop page breaks in Firefox (3.6) or IE versions less than 8?

Sorry, my answer is "not possible", although I like it if someone proves me wrong Can do.

I have recently participated in the same problem, and after doing a bit of research, I decided that

  page-break-through: always; 

P>

Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -