Print stylesheet for zoom

While Opera, Firefox and Safari print html pages very nice and have shrink to fit features, IE often seems to corrupt the margins.

A reminder to myself, use in header part:

<style type="text/css" media="print">
  body { zoom: .65; }
</style>

The zoom property is only used by IE.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.