[thelist] CSS Print Font-Size too large in Netscape 7

Sam Carter scforum at iness.com
Sat Jan 24 14:26:02 CST 2004


 
The CSS is below.  I'm using 12 pt font, and I've specified a single easily
identifiable script font to ensure that font substitution isn't the problem.
 
IE 6 and Opera print the font identically.  Netscape 7 is about 2 points
larger.
 
What gives?
 
Sam
 
<style type="text/css" media="print">
body {
 font-family: BrushScrD;
 font-size:12pt;
 margin:0;
 padding:0;
 background-color:#FFFFFF;
 }
h1#banner {
 font-size: 2em;
 color:gray;
 border-bottom:0.5em solid gray;
 margin:0 0 0.5em 0;
 padding:0;
 line-height:1.6em;
 }
#lettercontent {
 max-width:40em;
 margin:0 auto 0 5%;
 background-color:#F0F0F0;
 color:black;
 padding:1em 3em 3em 3em;
 position:relative;
 }
p {
 line-height:1.6em;
 margin: 1em 0 0.5em 0;
 }
</style>



More information about the thelist mailing list