Forum Moderators: not2easy
#jsNav, #mainNav, #sideColumn, #supplement, #breadcrumbs {
display:none;
}
body, #header, #centerWrapper, #content, #contentWide, #content H1, #contentWide H1 {
width: auto !important;
margin: 0 !important;
padding: 0 !important;
}
#header {
position:absolute !important;
top:0px;
left:0;
}
#centerWrapper {
position:relative;
}
#content, #contentWide {
float:none !important;
width:100%;
margin:0 !important;
margin-top:70px;
}
Have you tried simply removing the
position: absolute; from #header and position: relative; from #centerWrapper entirely? Or explicitly setting them both to position: static;? Your main screen stylesheet, is that set to
media="all" or something? It might be mucking with your print styles. [edited by: Setek at 2:45 am (utc) on May 9, 2008]