Hello, I have tried everything and can not get the main content of my web page to be the thing that stretches when there isn't much content and the window is made vertically really large. In the contact us section of the website, when I drag the window really large vertically, no matter what CSS I set on the main section of the web site, the only thing that stretches is the bottom footer. Is it possible to specify ONE ELEMENT TO stretch and have all other elements remain fixed? Most of the time this won't even be a problem because it would be impossible to make the window bigger than the content anyways, but I am just checking, thanks.
Unless I misunderstood, your problem is related to the footer not sticking to the bottom of the page? In that case you should try this: http://qrayg.com/learn/code/footerstick/ or http://blog.rajatpandit.com/2008/06/19/making-footer-stick-to-the-bottom-of-the-page/ or http://www.cssstickyfooter.com/ or http://lmgtfy.com/?q=footer+stick+to+bottom+of+page
I guess i get what u say. U must have used difinite width for your rest of the divs (main ones like header, main, etc). Instead of using definite use width: 100%. thanks
set the value of width for your main wrapper and object wrapper in 100%. This will do the job for you!