Re: [css-d] need page to take up entire screen

2010-06-07 Thread tedd
At 9:32 PM -0400 6/6/10, David Laakso wrote: Best, ~d PS It is sometimes better to just to let the software determine content height. Granted, simple solutions are not necessarily what everyone may be after... It's bit like having kids, you may want them tall, but it's probably not a good idea

Re: [css-d] need page to take up entire screen

2010-06-06 Thread David Laakso
bho...@aol.com wrote: Hi. I'm creating a nested DIV page (one column) and I'm encountering a problem. I would like the paragraph named bottom_section to go to the bottom of the page, regardless of the users screen resolution. These reference links /may/ be worth while looking

[css-d] need page to take up entire screen

2010-06-05 Thread BHomis
Hi. I'm creating a nested DIV page (one column) and I'm encountering a problem. I would like the paragraph named bottom_section to go to the bottom of the page, regardless of the users screen resolution. Right now, the way it is, everything is in order, but the bottom_section doesn't

Re: [css-d] need page to take up entire screen

2010-06-05 Thread Jay Tanna
OK try this: 1) Create a basic html doc like this as your test page: div id=container div id=headerYour header goes here/div div id=bodyYour body contents goes here/div div id=bottom_sectionYour bottom_section text goes here/div /div 2) Now use the following in your css file or