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 <macnim...@gmail.com>
  ! Web Developologist, WebDevelopedia.com
-->
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to