Yes, that seems to have worked. Thanks! On Thu, Jan 15, 2009 at 2:00 PM, Bill Brown <[email protected]> wrote:
> Robert Swilley wrote: > >> Ex. A: http://www.rswilley.com/test/index.html >> Ex. B: http://www.rswilley.com/test/index2.html >> If you look at example B you will see that this works until the content >> overflows. Since #main height is set to 95% it is not growing. >> > > This might help (more or less) in Example B: > #main { > /* height: 95%; <--REMOVE */ > min-height: 95%;/* <--ADD */ > } > > -- > <!-- > ! Bill Brown <[email protected]> > ! Web Developologist, WebDevelopedia.com > --> > ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
