Jump to content
  • 0

Вытягивание контента по родителю


prowoke
 Share

Question

Здравствуйте. Есть такая вот структура:


<div id="middle">

<div id="container">
<div class="topangleline"></div>
<div id="sideLeft">
<div class="leftcontent">
<div class="leftshadow"></div>
<div class="rightshadow"></div>
<div class="papirus"><img src="/img/papirus.gif" alt="" /></div>
<div class="leftmenu">
<ul>
<li><img src="/img/usor.png" alt="" /></li>
{leftmenu}
<li><img src="/img/usor.png" alt="" /></li>
</ul>
</div>
</div>
<div class="leftbottom"></div>
</div><!-- .sidebar#sideLeft -->
<div id="content">
{text}
</div><!-- #content-->

</div><!-- #container-->

</div><!-- #middle-->

И вот такой вот css:


div#content {
width: 650px;
background-color: #ffe0b0;
margin-right: 0px;
margin: 0 0 0 264px;
padding: 0;
height: 100%;
padding: 0 35px;
}
div#middle {
width: 100%;
position: relative;
height: 100%;
min-height: 100%;
}
div#container {
width: 100%;
height: 100%;
overflow: hidden;
min-height: 100%;
}

И такой вот скриншот:

http://s1.ipicture.ru/uploads/20120205/7SUQl8qT.png

Я хочу, чтобы контент растягивался ровно до футера, а то он соединяется цветами с футером, если только в самом контенте находится много элементов, которые его растягивают. Помогите, пожалуйста. Я думал height: 100% заставит его растягиваться. Оказывается, что нет.

Edited by prowoke
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

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

min-height: 100%;

Edited by moron
Link to comment
Share on other sites

  • 0

попробуй разобраться с этим возможно сможешь переделать под свои нужды


<style>
*{margin:0px;padding:0px;}
html,body{height:100%;}
#body{
position:relative;
margin:0px auto;
width:1000px;
min-height:100%;
overflow:hidden;}
#content{
margin:0px 0px 0px 310px;
min-height:100%;
background:#ddd;}
#left{
position:relative;
float:left;
padding-bottom:30px;
width:300px;
background:#999;}
#footer{
position:absolute;
left:0px;
right:0px;
bottom:0px;
height:30px;
background:#bbb;}
</style>
<div id="body">
<div id="left">
left
</div>
<div id="content">
content
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
content
</div>
<div id="footer">
footer
</div>
</div>

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