|
Valaire -> Finishing up my first CSS template but one flaw. (8/18/2004 16:04:36)
|
I have a container div that makes the page load centered onto the browser with whitespace margins on the left and right similiar to Yahoo, so that it is more resolution friendly. Within that container div I have two column divs: a linksmenu (left "frame") and a content window (right "frame"). My problem has to do with the fact that my parent div contains the background color for my page. What I basically want to do is assure that the parentframe will draw that background at least to the bottom of a browser's viewport, but ALSO be expandable past it when content in the contentframe is larger then the viewport. Right now I have it forced to a static height of about 800 pixels to at least give it some dimension while I am still developing the content. However, I know that for a few pages, I will have content that will run right by that 800 pixels and bleed out onto the whitespace below my red background. Is there an easy way to go about this? I don't have the example available online at the moment, but if necessary I will post one shortly. I am, of course, new to CSS design. With a table, the table would grow with the data inside, but I'm not sure how to accomplish this with a table-less design. Thanks in advance, Chad
|
|
|
|