We have a problem printing pages from our Web site in Mozilla. It will only
print one page, no matter how long that page is. 

To try to fix this problem I have created a print test with a link to a
specific print.css file (we're not using a print-specific css file at the
moment). 

Here's the test page:
http://americanart.si.edu/education/print_test.cfm

The print stylesheet looks like this:

body {
        font-family: "Times New Roman", serif;
        font-size: 12pt;
        background-color: #fff;
        background-image: url(/global/saam-logo-print.gif);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: left top;
        }
        
#header, #menubox  { display: none; 
        }
        
What am I doing wrong?
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to