侧边栏100%高度作为内容和内容100%高度作为侧边栏

时间:2015-10-29 18:34:41

标签: css wordpress sidebar

我在Wordpress上构建我的网站,但坚持一件事。

我想要我的侧边栏,左侧和右侧边栏垂直与内容相同的高度,即使侧边栏内的内容比上半部分的内容短。

如果侧边栏中有更多内容,我还希望中段的内容与侧边栏内的内容垂直相同。

See website

See what I mean here

1 个答案:

答案 0 :(得分:0)

overflow: hidden;添加到.containerdubbel div

.containerdubbel {
  position: relative;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(../Meerwoonruimte/images/achtergrond.png) repeat-y top left;
  width: 990px;
  min-height: 600px;
  height: auto !important;
  overflow: hidden;
}