Print Scale by CSS
问题 On IE 8 and Firefox (3.6 and 4), if you go to Print Preview, you adjust the Print Scale by a a percentage or use Shrink to Fit. Does CSS have a property like scale:50%; or something to adjust the print scale? 回答1: There is Zoom: http://reference.sitepoint.com/css/zoom And moz/webkit-transform: http://help.dottoro.com/lcebdggm.php 回答2: Since zoom or -ms-zoom doesn't work the way I expected it to on IE8, I ended up fiddling with the font-size and tr sizes. Hopefully MS makes a zoom that works