CSS: fix the height of a section within a variable height element

后端 未结 2 1120
轻奢々
轻奢々 2021-01-25 11:10

Related to this question.

Here\'s a fiddle: http://jsfiddle.net/DRbRS/

Notice how the red-outlined list div does not align at the bottom of the green container

2条回答
  •  时光取名叫无心
    2021-01-25 11:44

    Using position: absolute and setting top, left, right, and bottom: http://jsfiddle.net/QARC9/

    This article describes why it works.

    http://www.alistapart.com/articles/conflictingabsolutepositions/

提交回复
热议问题