Another CSS Quesion
kenyabob (303 pencils) | Mon, 2005-04-04 02:46Okay, so since it seems to be my weekend for questions, I will let another one fly regarding CSS. I am making the page below:
http://www.titanav.com/preview/
and have to make it so that there is a minimum height to the page. I created min-height property and predicated it of the <body> but the only thing that happens is that once I cross over the min-height, a scroll bar is created, but the other elements continue to merge. Take a look if you want. I want the elements to stop moving once the browser window is less that about 750 px and, when that happens, for a scroll bar to pop up. What should I do?
Commenting on this Forum topic is closed.
i think it works fine as it is. don't force the user not to be able to resize te browser window if he wants to. btw. i don't think you can do that with CSS anyway. the height property is for the divs in the page, not the browser window itself. or maybe i misunderstood your question.