Beware of position declarations in your CSS. It might cause issues like printing only first page and printing a few blank pages before. E.g. if your main container division has position:absolute.
Try to add to your CSS
@media print {
div#container, div#main {position: static; }
}
Of course, it's assumed that #container, #main are replaced with names of div's you have on your pages. The point is use static position for print styles
Main Topics
Browse All Topics





by: C-ShadowsPosted on 2009-01-22 at 07:33:57ID: 23440165
Check this....
com/ie/arc hive/2005/ 06/10/4281 49.aspx
http://blogs.msdn.