Need CSS sidebar height to expand with content

前端 未结 8 1338
情深已故
情深已故 2021-01-07 00:20

I have a two column layout, with a gray sidebar on the right. I need the sidebar\'s height to expand when the height of the left column is increased (due to content being dy

8条回答
  •  萌比男神i
    2021-01-07 00:24

    This is a common problem when using DIVS for this type of layout.

    If you google 'Faux column' you should get some answers.

    eg. http://www.alistapart.com/articles/fauxcolumns/

提交回复
热议问题