Div height equal to another div max-height

前端 未结 4 1354
孤街浪徒
孤街浪徒 2021-01-16 03:49

I have 3 divs:

  • Div
4条回答
  •  说谎
    说谎 (楼主)
    2021-01-16 04:37

    Via Javascript http://jsfiddle.net/D6bMJ/1/ (automatically set the #main height to the #one height) or CSS, manually define a height for the #main which would be the highest between #one and #two. : http://jsfiddle.net/D6bMJ/2/ (#two has height:100%, so the same height as it's parent).

提交回复
热议问题