I am having 2 problems with a print stylesheet.

One is that in IE 6, my lines are too long and get cut off.

The other is that I have users reporting that the first page doesn't  
print - though I'm not sure yet what browser/platform they are on.

Here is my print stylesheet and a sample url:
http://www.orionmagazine.org/index.php/articles/article/265


@media print {

#print_logo{
display: block;
text-align: left;
margin: 0 0 20pt 0;
}

body{
border: 0;
float: none !important;
background: white;
font-size: 12pt;
text-align: left;
margin: 0;
width: 100% !important;
color: black;
}
#orion_nav, #quotes, #subscribe, #article_resources, #navigation,  
#extra, #screen_logo, #article_right{
display: none;
float: none !important;
margin: 0 !important;
padding: 0 !important;
}
        
a:link, a:visited {
color: #000;
background: transparent;
text-decoration: underline;
}
        
#article p{
font: 12pt/18pt times,Times,"Times New Roman", sans-serif;
color: #333;
margin-left: 0;
width: 100% !important;
}
        
#content, #article, #footer, #wrapper, #content_int, #article_bio{
width: 100% !important;
float: none !important;
margin: 0 !important;
padding: 0 !important;
background: transparent;
}

#content_int, #footer{
width: 90% !important;
}

#footer{margin-top: 5em;
        width: 100% !important;}
        
}



-----------------------

Christy Collins Web Design
http://www.loudjoy.com/ccwebdesign/



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to