Jump to content
  • 0

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


Elmirill
 Share

Question

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

Есть два див блока: хедер и футер.

Между ними блок контент.

Футер прижат к низу окна браузера, и из-за этого между блоками контент и футер образовалась пустота.

Вопрос: как блок контент растянуть между блоками хедер и футер, чтобы между ними не было зазоров?

Цель данной манипулации: сделать внутри дивов бэкграунд чтобы образовался цельный лист.

Спасибо.

Код:

<body>

<div id="wrapper">

<div id="header">
</div><!-- #header-->

<div id="content">
</div><!-- #content-->

</div><!-- #wrapper -->

<div id="footer">
</div><!-- #footer -->

</body>

css:

* {
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
width: 100%;
height: 100%;
}
#wrapper {
width: 980px;
margin: 0 auto;
min-height: 100%;
height: auto !important;
height: 100%;
}
#header {
height: 190px;
}
#content {
padding: 0 270px 0 0;
margin: 0 auto;
height: 100%;
}
#footer {
width: 980px;
margin: -32px auto 0;
height: 32px;
}

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

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