I am having some problems with my print CSS.  I am
hoping that someone on the list will be able to help
me.

I have two different problems.  On Firefox, the header
section prints on a separate page than the content.  I
cannot figure out why.  I have tried changing margins
and padding on multiple sections without success.

On IE, the header and content print on one page.  But
on the home page, the photo captions disappear. 
Again, I am not sure why.

My print CSS removes navigation areas and sets a
specific print size.


Website: http://www.piedmont-div.org/test/
CSS: http://www.piedmont-div.org/test/css/styles.css

The following print media section is at the bottom of
the styles.css file.

/*---print---*/

@media print {

body { font-size: 10pt; }
        
a { color: black; background: none; }
        
#section { border: 1px solid red; 
margin-left: 2em; }

#content {
        font-family: arial, helvetica, sans-serif;
        margin-right: 2em;
        border: 0;
}
        
#header form, #primaryNav, #secondaryNav, #goToTop,
#sidebar { display: none; }
        
}

Thanks,

Scott


                
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html

______________________________________________________________________
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