Jump to content
  • 0

Растягивающийся на всю высоту родителя. Реально ли?


PanSoul
 Share

Question

Привет Всем :(

Вот, как обычно, сижу верстаю - и тут встречается такая проблемка: нужно, чтобы ДИВЫ занимали всю высоту их РОДИТЕЛЯ. Ну или схожая ситуация - чтобы ДИВЫ были равны по высоте самому высокому(длинному) ДИВУ в РОДИТЕЛЕ (В общем-то ситуация одна и та же). Перепробовал кучу приёмов - безрезультатно...

Вот код:


<!DOCTYPE html>
<html>
<head>
<style>
body{
background:#e4e4e4;
}

.wrapper{
width:700px;
background:silver;
border:4px dashed gray;
margin:0 auto;
overflow:hidden;
}

.left, .right{
float:left;
width:40%;
margin:10px;
background:#eee;
padding:10px;
}

.right{
width:200px;
border:2px solid red;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="left">
Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro.<p />
Ipsum, quia dolor sit, amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem. ut enim ad minima veniam, quis ostrum exercitationem ullam corporis suscipit laborio sam, nisi ut aliquid ex ea commodi consequatur? quis autem vel eum iure reprehenderit,qui in ea voluptate velit esse, quam nihilmolestiae consequatur, vel illum.
</div>
<div class="right">
Dilema!
</div>
</div>
</body>
</html>

- Как сделать, чтобы ДИВ в красной рамке был по высоте РОДИТЕЛЯ ( = самому длинному у родителя по высоте ДИВУ)?

При этом высота родителя динамическая. Помогите, дайте подсказку! :) Или же такое нельзя, но можно только с помощью скрипта - если так, то тоже прошу помощи, ибо JS не знаю :rolleyes:

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Если это было возможно - зачем извраты с двухколоночными макетами?)

Можно абсолютом присобачить его - но идейка не айс, думаю, понятно почему.


.cols{
overflow:hidden;
_zoom:1;
}
.cols .col1,.cols .col2,.cols .col3{
padding-bottom:10000px;
margin-bottom:-10000px;
}

Имеет пару багов - растянуть абсолют на 100% высоты терь не получится - высота будет с +10000 px для него + баг в опере 10 случается.

Наиболее хороший вариант:

http://chikuyonok.ru/2009/06/float-columns/

имхо

Edited by tt48
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