Jump to content
  • 0

Помогите растянуть div на 100% по высоте другого div`а, который растянут 100% по высоте html!


aiven
 Share

Question

Добрый день!

Проблема следующего плана. Есть макет вида

<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1--><html>

<body>

<div id="container">

<div id="#right-background"> - блок нужен только для того, чтобы пустить заливку по правой стороне!

</div>

</div>

...

</body>

</html><!--c2--></div><!--ec2-->,

в котором футер прижат к низу.

css имеет такой вид:

<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1-->html { height: 100%; }

body {

height: 100%;

width: 100%;

}

#container {

margin: 0 auto;

width: 1000px;

position: relative;

min-height: 100%;

height: auto !important;

height: 100%;

background: url(images/left.png) repeat-y; - здесь пускаю фон по левой стороне блока

}

#right-background {

position: relative;

min-height: 100%;

height: auto !important;

height: 100%;

background: url(images/right.png) right top repeat-y; - здесь пускаю фон по правой стороне блока. ЭТОТ БЛОК НУЖЕН ТОЛЬКО ДЛЯ ЭТОГО!

}<!--c2--></div><!--ec2-->

Собственно проблема в том, что блок #right-background не растягивается на 100% по высоте родительского блока #container. Точнее растягивается, но не везде. Не работает в FF 3.6, в некоторых версиях IE. Помогите растянуть!

Спасибо!

Edited by aiven
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
ТС, сделай полоску справа нужного цвета и залей по оси Y

А ещё вот это убери вот эту хрень везде

height: auto !important;

height: 100%;

без вот этой хрени не везде работает..

полоску справа - к какому блоку цеплять?

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