I need the page to automatically extend itself

dembo1305

New Member
Not sure if this is the right place or not..
Alright i'm somewhat new to web design, infact this is my first page. But I know a few of the basics. I know most of the basic stuff of html and css, but I don't know how to make a page automatically extend itself as I add more content.

Basically I don't want to use overflow:auto but I want the whole page to grow, not a fixed page that just has scroll bars inside the page, ex: i don't want two vertical scroll bars for the page..
 

rwebber77

New Member
I believe what you are looking for is the min-height property for your content box. It is recognized in all major browsers, except it gets a little flaky in IE 5 and 6.
 

dembo1305

New Member
Yeah, sorry about that. I meant to post in this one saying I got it figured out! but thanks for the response! +rep
 
Top