On 29/06/2009, at 8:42 AM, Debbie Campbell wrote: > On this page: > >> http://www.redkitecreative.com/projects/fink/index.php > > When the page first loads, the white wrapper area at the bottom will > expand downward when the browser window is enlarged. This happens in > FF, > Safari/Win, IE6/7/8 and Opera. I tried putting a height on the > wrapper > in the home page but that didn't fix it, I'd appreciate your > suggestions.
It depends on how you want the page to behave. Is this the type of thing you were after? http://themaninblue.com/writing/perspective/2005/08/29/ . The reason that you always need to scroll to show the footer is that #wrapper is set to a min-height of 100% (combined with html & body being set to height: 100%). You may want to have a look at z-index as there are a couple of rules that seems unusual and unnecessary. (http://reference.sitepoint.com/css/stacking ). Cheers, Tim ______________________________________________________________________ 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/
