Hey guys. I asked a question a few days ago that Voet answered, but here’s something different that Voets solution last time didnt work.
Take a look at this beta page: www.krisgosser.com/gruber/site4/index2.htm
It’s for a law firm. Notice how the DIV that says “test” (it’s the body div) extends farther than the shadow-border div? I think it’s because the CSS has it extending 100%, which calculate 100% of the screen size before the header and nav divs are in place.
So the question is, what should I put for height so that it will extend all the way to the bottom of any screen and go farther if it needs to?
Thanks!