Jump to content
  • 0

неполучается опустить вниз div


sergiyko
 Share

Question

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

Как можно второй внутренний div поместить вниз родительского ?

<div style="width: 500px; padding: 5px; height: 450px; border: 1px solid black;">
<div style="width: 100%; padding: 5px; background: green;">
12345
</div>
<div style="width: 100%; padding: 5px; height: 50px; background: green; vertical-align: bottom;">
67890
</div>
</div>

Первый внутренний див так и должен висеть вверху. А второй мне нужно чтобы постоянно висел внизу, даже если первый див будет расширятся по вертикали. vertical-align: bottom не помогает.

И еще вопрос: почему внутренние дивы вылазят за пределы родительского?

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

<div style="width: 500px; overflow: hidden; padding: 5px; height: 450px; border: 1px solid black; position: relative;">

<div style="padding: 5px 5px 60px; background: green;">

12345

</div>

<div style="width: 100%; padding: 5px; height: 50px; background: green; position: absolut; bottom: 0; left: 0;">

67890

</div>

</div>

Edited by psywalker
Link to comment
Share on other sites

  • 0

прости, писал на скорую руку, забыл буковку дописать position: absolute;

<div style="width: 500px; overflow: hidden; padding: 5px; border: 1px solid black; position: relative;">

<div style="padding: 5px 5px 0px; margin-bottom: 60px; background: red;">

gdsgg

</div>

<div style="width: 100%; padding: 5px; height: 50px; background: green; position: absolute; bottom: 0; left: 0;">

67890

</div>

</div>

Edited by psywalker
Link to comment
Share on other sites

  • 0
<div style="width: 100%; padding: 5px; height: 50px; background: green; position: absolute; bottom: 0; left: 0;">

67890

</div>

100% ширины нельзя ставить так как есть паддинги боковые

получится ширина блока 100%+10px

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

ТС наверное хотел спросить чтото типа как прибить футер книзу?

Edited by mishka2
Link to comment
Share on other sites

  • 0
100% ширины нельзя ставить так как есть паддинги боковые

получится ширина блока 100%+10px

да нее, там его оверфлоу хлопнет :(

также невижу смысла в этом коде....

ТС наверное хотел спросить чтото типа как прибить футер книзу?

А хотел, значит прибьём, какие проблемы, ты же нас знаешь ;)

Edited by psywalker
Link to comment
Share on other sites

  • 0
хлопнет-нехлопнет. Но если текст будет внутри то справа он на 5пикселей обрежется. Посмотри фаербагом.

Твоя правда, моя очередная невнимательность, уже не знаю, что с ней делать блиин ;)

Link to comment
Share on other sites

  • 0
также невижу смысла в этом коде. Потому что и при статическом потоке верхний растягивается и отталкивает нижний.

ТС наверное хотел спросить чтото типа как прибить футер книзу?

Почти так. там типа модальное окно и нужно кнопки вниз прибить. Может есть универсальней метод, но я плохо понимаю в этом.

То что обрезается, это не страшно?

Спасибо вам за помощь!

Link to comment
Share on other sites

  • 0

<div style="width: 500px; overflow: hidden; padding: 5px; border: 1px solid black; position: relative;">
<div style="padding: 5px 5px 0px; margin-bottom: 60px; background: red;min-height:300px;">
gdsgg
</div>
<div style="width: 100%; padding: 5px 0; height: 50px; background: green; position: absolute; bottom: 0; left: 0;">
67890
</div>
</div>

Только min-height в ие6 неработает. Это вам критично? Если да то поправим, если нет, то так оставьте.

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