开发者

Child div 100% height

开发者 https://www.devze.com 2023-02-09 06:06 出处:网络
A more convoluted example of this question is here: child div height of 100% being ignored (a working solution is yet to be found)

A more convoluted example of this question is here: child div height of 100% being ignored (a working solution is yet to be found)

Validating test case for my question: http://www.elucidatedbinary.com/tmp/layouttest_100percentheight.html. I want the #main div (yellow background) to expand to 100% of the height of it's parent div (#container).

My question is simple, can this be done without

  1. Reverting to jQuery (yucky!) or
  2. Reverting to tables (yuckier!)

I am yet to find a single example of how this can be done using the CSS layout model.

Thankyou.

EDIT: W开发者_Python百科hen I say "expand to 100% of the height of it's parent div" I mean expand all the way to beneath the footer. The header is supposed to leave a pink gap at the top.


try:

#main { position: absolute; top: 0px; bottom: 0px; }
0

精彩评论

暂无评论...
验证码 换一张
取 消