Click to See Complete Forum and Search --> : Page displaying correctly, but printing very strangely


Chikara
10-26-2006, 01:40 PM
I'm kind of a newbie when it comes to web development but I have a page that is printing very strangely in all web browsers.


http://www.sbts-marketplace.com/BrianNewFeature/Template/print.asp

I have narrowed the cause down to one of these css tags

#wrap {
width: 740px;
background: ;
position: absolute;
position: relative;
top: 12px;
left: 50%;
margin-left: -370px;
}
#body_sec {
width: 740px;
display: inline;
margin: 0;
padding: 0;
background: #5E6398 url(../images/body_tile.gif) 11px 0 repeat-y;
float: left;
clear: none;
}

Does anyone see anything in these lines of code that would effect how a page is printed?

Thanks in advance.

ray326
10-26-2006, 09:40 PM
Absolute positioning is problematic for the print medium.