thody
04-29-2003, 03:19 PM
Hey, I'm having a little trouble with a print style sheet. When I print, or go to print preview, the first page of the printed document looks perfect, however the pages after that are cut off for some reason. Here's an example page: http://www.thodyconsulting.com/client/lrg/print_test.html
And the print style sheet:
#content {
position: relative;
visibility: visible;
top: -80px;
left: -68px;
z-index: 1000;
}
#frame {
visibility: hidden;
z-index: 0;
}
#foot {
position:absolute;
visibility: visible;
bottom: 0px;
width: 588px;
}
#headImage {
position:relative;
visibility: visible;
}
#title{
position:absolute;
visibility: visible;
top:0px;
left:0px;
}
Any suggestions? Thanks very much in advance.
Cheers
And the print style sheet:
#content {
position: relative;
visibility: visible;
top: -80px;
left: -68px;
z-index: 1000;
}
#frame {
visibility: hidden;
z-index: 0;
}
#foot {
position:absolute;
visibility: visible;
bottom: 0px;
width: 588px;
}
#headImage {
position:relative;
visibility: visible;
}
#title{
position:absolute;
visibility: visible;
top:0px;
left:0px;
}
Any suggestions? Thanks very much in advance.
Cheers