Thanks Georg. I did check that, and set my width to "auto" (it was 100%)
and it didn't make any difference.
In summary, I have a "shell" div, which contains a header, menu, and content
div. In the print style sheet, I set the menu and header to "none". I was
focusing my print efforts on the content div, but have tried adjusting the
shell div as well. My content div looks likes this:
#content {
margin-left: auto;
margin-right: auto;
width: auto; (have also tried 100%)
color: #000;
background-color: #fff;
font: 12pt "Times New Roman", Times, serif;
}
Just can't figure it out.
Todd
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gunlaug Sørtun
Sent: Friday, November 30, 2007 4:39 PM
To: [EMAIL PROTECTED]
Cc: [email protected]
Subject: Re: [css-d] Print Style Help
Todd Richards wrote:
> www.ldstrategies.com
> When I do a print preview in either Firefox or IE 6, the content gets
> chopped off. In IE 7, it shrinks it down to fit.
Start by making sure no printed containers are floated or absolute
positioned, as that may "upset" the mentioned browsers/versions.
You should also make sure width is 'auto' and that no javascript gets
through to IE6 in print-mode.
Shrink to fit is a user-option that only affects width. Test with
different paper-sizes.
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/