html - Internet Explorer Print Preview different results from same page -
i'm developing web site, 1 of pages it's collection of divs. each div must printed 1 per page. i'm setting width/height of each div this:
body .htmltemplate{ height:1140px; padding:0px; margin:auto; width:840px; }
it seems work. before 1140px, had 1098px, divs jumped pages, changed 1140px
the problem every once in while (let 1 of 6), printpreview shows half (or so) of width, , portion of height goes next page, have double pages print. in example, if have 40 divs, 80 pages.
i've noticed when problem occurs, cpu usage in task manager jumps 100%
do have idea of causing problem??? missing css attribute (i've tried page-break no luck)???
thanks in advance
Comments
Post a Comment