HighDots Forums  

Re: Making the content fill the page

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Re: Making the content fill the page in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
John Hosking
 
Posts: n/a

Default Re: Making the content fill the page - 09-24-2007 , 09:36 AM






Cartoper wrote:
Quote:
What I want to do is have the footer at the bottom of the page and
then have the content div fill the rest of the space. To add to that,
if there is more content then space, I would like to see a horizontal
Surely you mean "vertical". If you really mean "horizontal", then
please, for the love of &diety; stop. Nobody want to view text or even
graphics by scrolling sideways.

Quote:
scroll bar in the content div. Here is the example:
Please don't post code. Post a URL of your best attempt.

Quote:
body {
background: lightyellow;
font: 12px sans-serif;
Don't specify font sizes in px; IE6 and under can't resize it.

Quote:
margin: 0;
padding: 0 20px;
}
div#heading,
div#container,
div#footer {
border: 1px solid black;
max-width: 1000px;
Not supported by IE<7.

Quote:
min-width: 600px;
Not supported by IE<7.


Did you have a question?


--
John
Pondering the value of the UIP: http://improve-usenet.org/


Reply With Quote
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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.