Hallo
Hmm, aber es kann doch nicht an der CSS Formatierung des Print-Teils liegen, weil wenn ich diesen als Screen Formatierungen ausgebe (also Angabe print in screen veraendern) und dann drucke, so erscheint mir alles (auf 4 Seiten), wenn ich aber die Angabe wieder von Screen auf Print aendere, so erscheinen mir nur 2 Seiten (Rest vom Inhalt wird abgeschnitten).
Hier mein CSS Code (Print Teil)>
@media print{
/* PRINT Start */
#bodyDecoratorContainer{
width: 100%;
height:100%;
float: none;
clear: both;
border: 0px solid white;
position: absolute;
top:0px;
left: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#mainContent{
width: 100%;
height:100%;
float: none;
clear: both;
border: 0px solid white;
overflow: visible;
position: absolute;
top:95px;
left: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#portalContent{
width: 100%;
height:100%;
float: none;
clear: both;
border: 0px solid #333;
position: absolute;
top:0;
left: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#formArea{
width: 100%;
height:100%;
float: none;
clear: both;
border: 0px solid white;
overflow: visible;
position: absolute;
top:0;
left: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#mainNavigation, #mainNavigation div, #mainNavigation span, #mainNavigation p, #mainNavigation a, mainNavigation img,
#frameworkDivider, #frameworkDividerContainer, #taskAttachments, #frameworkHeader, #applicationLogo, #applicationLogo img,
#frameworkHeader, #mainTitlebar, div.asiToolbar, div.asiToolbar a:hover, div.asiToolbar a, div.asiToolbar img,
#formArea .formReportContainer, #formArea .asiGridBackdropContainer, #formArea .reportContaine, .asiGridBackdropContainer,
input.submitButton, a.PrintButton, .PrintNoDisplay,
#formArea h3 img, #formArea h3 img.priorityIconToken, .fields img, img.errorIcon, .fields img, #footer,
#quickMetadata, #metadataToggle, #taskReportDropdown, #taskAttachments, .quickMetadata, .gridTool, .gridTool img
{
display: none;
visibility:hidden;
}
#taskFormContainer, #filterZone, form, #filterZone, #filterZone fieldset , #filterZone form ,#filterZone h1{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
div.formReportContainer{
height: auto,
border: 0px solid white;
}
.workArea{
border: 0px 0px 0px 0px;
}
#formArea h2{
font-size: 115%;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 15px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
border-bottom: 1px double #000000;
border-top: 0px solid #ffffff;
}
#formArea h3{
background-image: none;
background-color: #FFFFFF;
border: 0px 0px 0px 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
text-align: left;
height: 15px;
font-size: 130%;
}
#formArea h3 span.alignWithImage{
background-color: white;
border: 0px 0px 0px 0px;
}
.readOnly textarea,.readOnly input{
border: 1px solid #a0b6d0;
}
ul.datetime div.editableSelect input{
border: 1px solid #a0b6d0;
}
#PrintHeader{
display: block;
height: 90px;
width: 100%;
background-color: #FFFFFF;
color: #FFFFFF;
padding-right: 0px;
padding-top: 0px;
text-align: left;
margin-bottom: 10px;
border: 0px 0px 0px 0px;
}
.PrintAltTitles{
display: block;
font-size: 115%;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-top: 10px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
border-bottom: 1px double #000000;
border-top: 0px solid #ffffff;
font-weight: bold;
line-height: 24px;
}
.fields textarea{
height: 200px;
}
.fragment {
display: block !important;
height: auto !important;
opacity: 1 !important;
}
.anchors {
display: none;
}
.tabs-hide {
display: block !important;
}
/*
/* PRINT END */
}