I have a lot of divs on a page with variable amounts of content in them. I am trying to use page-break-inside: avoid; so that each div section is
div
page-break-inside: avoid;
Webdevout.net is a great place to check browser CSS compatibility.
For page-break-inside only IE8 and Opera 8+ are shown to support it