Rebecca Richter wrote:

> Is there a way I can make my "navbar" ul element expand vertically to
> 100% height on the page
> http://www.choicesmissoula.com/resources/index.html so that the
> orange background will take up that whole vertical space?

Adding...

#mainarea {
overflow: hidden;
}
* html #mainarea {
overflow: visible;
}
#navbar {
margin-right: -20px;
padding-bottom: 2000px;
margin-bottom: -2000px;
}
#footer {
position: relative;
}

...will create the illusion you're after.

I've also included a limited countermeasure for the "dropping navbar on
font-resizing" problem your page has across browser-land.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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/

Reply via email to