Jump to content
  • 0

Чтобы два блока растягивались одновременно


2Ville
 Share

Question

Здравствуйте!

В общем проблема такая.

Есть два параллельных блока. Если один из них уходит вниз, то второй не изменяется, а надо, чтобы действия были параллельны. Фиксировать высоту не вариант.

Пробовал заключить оба в один блок, но безуспешно.

Колонки различаются цветами, поэтому и создается сложность для меня.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Из того, что понял собрал пример. Но лучше покажите вашу задумку на рисунке или страницу выложите куда-нибудь. Пока только догадки.

Вот код:

HTML

<div class="container">
<div class="left">
<p>test </p>
<p> </p>
</div>
<div class="right">
<p>test 2</p>
</div>
</div>

CSS

.container {
width: 980px;
margin: 0 auto;
overflow:hidden;
}

.left {
float:left;
width: 300px;
}
.right {
float:right;
width: 680px;
}

7cbb6d75f6a4a182a82f0d5e36887c8b.jpg

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

Прозреваю: вам нужны колонки одинаковой высоты?

по сути да.

Edited by 2Ville
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