Jump to content
  • 0

Div не хочет растягиваться по высоте


SEObomj
 Share

Question

Код примерно такой:

<div class="wrapper">
<div class="content">

<div class="post-1">
</div>
<div class="post-2">
</div>
<div class="post-3">
</div>

</div><!-- END content -->

<div class="sidebar">
</div>

</div><!-- END wrapper -->

.wrapper никак не хочет растягиваться по высоте. Пробовал прописывать height:100%; min-height:100%; height: auto; но ничего не помогает. Что делать?

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0
Пробовал прописывать height:100%; min-height:100%; height: auto; но ничего не помогает. Что делать?

Для начала скажи, какой тебе див надо растянуть по высоте.

А вообще гоголь тебе в помощь, такой инфы там полно..

Link to comment
Share on other sites

  • 0
html {
height: 100%;
}
body {
margin: 0 auto;
height: 100%;
}
.all {
width: 989px;
margin: 0 auto;
}
.wraper{
width: 999px;
min-height: 100%;
margin: -35px 0 0 -9px;
}

.content {
padding: 14px 40px 0 19px;
margin-left: -9px;
width: 512px;
float: left;
background-color: #fff;
}

.post {margin-top: -6px;}

.sidebar {
width: 414px;
min-height: auto;
float: right;
}

Link to comment
Share on other sites

  • 0

Ниизя :) Без него парочка других проблем вылезет. Может их и можно решить конечно. В любом случае проблему я решил немного другим, малость кривым способом, но мне все равно интересно какого черта Wraper не растягивается. Если проблема в блоке All то по идее он и от него также бы унаследовал height:100% и растянулся.

Edited by SEObomj
Link to comment
Share on other sites

  • 0
Неправильно выразился. Я хотел сказать, что по идее высота должна отчитываться от блока all.

Она от него и рассчитывается. Но так как высота этого элемента auto, то и высота дочерних блоков - auto

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy