Jump to content
  • 0

Выезжает вложенный слой (div)


Prokopov Nikolai
 Share

Question

Добрый день!

Есть три слой 1 родитель, 2 других - дети.

Подскажите, пожалуйста, как сделать так, чтобы высота родителя соответствовала высоте вложенного в него слоя, т.е. при увеличении высоты слоя text, также увеличивалась и высота слоя content?

<div id="content" style="border:#090 solid 1px;">
<div id="menu-news" style="border:#F00 solid 1px;">меню</div>
<div id="text" style="border:#F00 solid 1px;">Содержание</div>
</div>

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
Добрый день!

Есть три слой 1 родитель, 2 других - дети.

Подскажите, пожалуйста, как сделать так, чтобы высота родителя соответствовала высоте вложенного в него слоя, т.е. при увеличении высоты слоя text, также увеличивалась и высота слоя content?

<div id="content" style="border:#090 solid 1px;">
<div id="menu-news" style="border:#F00 solid 1px;">меню</div>
<div id="text" style="border:#F00 solid 1px;">Содержание</div>
</div>

overflow: hidden; родителю

Link to comment
Share on other sites

  • 0

задаю двум дочерним слоям стили, выстраиваю их вряд. первый слой шириной 255:

#menu-news{
width:255px;
float:left;
}
#text{
float:left;
min-width:500px;
}

В опере почему-то слой text перескакиваем на новую строку если в нем длинный текст.

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

Edited by Prokopov Nikolai
Link to comment
Share on other sites

  • 0
задаю двум дочерним слоям стили, выстраиваю их вряд. первый слой шириной 255:

#menu-news{
width:255px;
float:left;
}
#text{
float:left;
min-width:500px;
}

В опере почему-то слой text перескакиваем на новую строку если в нем длинный текст.

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

#text{

min-width:500px;

margin-left: 255px;

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