Webmaster Forum

Go Back   Webmaster Forum > Webmaster Design/Layout Help Forum > CSS Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

CSS Forum Get help from a webmaster in this forum regarding CSS.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-10-2008, 03:32 PM
busnut busnut is offline
Junior Member
 
Join Date: Jul 2008
Posts: 2
busnut is an unknown quantity at this point
Submit to Clesto Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq Submit to Spurl
Default centered layout with overflow

Hi, i'm trying to make up a new design for my website where the information is centered in the middle of the screen which i don't have a problem with, but using the overflow function is giving me some bother, but only when i try printing out the page on paper, as i have it set within the cssprint script that only the 'content' div will print the information, but on print preview or paper, it does not print correctly, so therefore im seeking help...

this is what i have in the page layout:

<div id="container">
<div id="header"></div>
<div id="menu"></div>
<div id="content"></div>
<div id="footer"></div>
</div>

now with content, i have it set as:
#content {
overflow: auto;
padding: 20px;
width: 720px;
height: 310px;
}

but for the printcss style sheet, i have:
#content {
width: 100%;
height: 100%;
margin: 0;
float: none;
text-align: left;
}

and for sum unknown reason on my behalf, the 'content' information just wont print properly, or more so won't print properly between IE or FF.

So really, everything works except for why won't the content print on the page as if the webpage being viewed wasn't in a overflow? And also why it likes to print half way across the page on FF?

Thanks for any help in advance if someone can assist.
Reply With Quote

This ad is part of our Revenue Sharing program
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Build a Basic CSS Layout Mark_Smith Tutorials 0 08-13-2007 11:52 AM
Best-Video-Tutorial Layout idea KIFIKA Graphics & Colors Forum 0 03-04-2007 07:41 AM


All times are GMT. The time now is 03:51 AM.


Creative Commons License
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30