Jump to content
  • 0

Проблема с размером wrapper'a


botyaslonim
 Share

Question

Есть такая конструкция:

<body>

<div id="wrapper">
<div id="1">
<div id="2">
<div id="3">
</div>

<div id="footer">
........
</div>

</body>

Div'ы 1,2,3 динамически меняют свою высоту (при помощи JS)

Вопрос: как сделать так, чтобы wrapper всегда принимал высоту самого "высокого" блока? Нужно, чтобы footer прилипал к нижнему краю wrapper'a, в независимости от высоты последнего.

Сейчас высота задана только у div id=1, и wrapper принимает её, 2 и 3 игнорирует.

Edited by botyaslonim
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Есть такая конструкция:

<body>

<div id="wrapper">
<div id="1">
<div id="2">
<div id="3">
</div>

<div id="footer">
........
</div>

</body>

Div'ы 1,2,3 динамически меняют свою высоту (при помощи JS)

Вопрос: как сделать так, чтобы wrapper всегда принимал высоту самого "высокого" блока? Нужно, чтобы footer прилипал к нижнему краю wrapper'a, в независимости от высоты последнего.

если у вложенных в wrapper дивов стоит float, то для для wrapper задай overflow:hidden.

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