Jump to content
  • 0

Содержимое div


underW
 Share

Question

<html>
<head>
<style>
.dl {float:left;
width: 50px; height: 50px;}
</style>
</head>
<body>
<div style="width:300px">
<div id="q1" style="background-color: blue; width: 300px; min-height: 100px;">
<div id="q2" style="background-color: blue; width: 300px; min-height: 100px;">
<div class="dl" style="background-color: green;">q2</div>
<div class="dl" style="background-color: yellow;">q3</div>
<div class="dl" style=" background-color: red;">q4</div>
</div>
</div>
<div style="clear:left; border-style: none solid solid; border-color: rgb(204, 204, 204); border-width: 0pt 1px 1px; width: 300px;">
<div style="margin: 4px; clear:left; overflow: hidden; width: 300px; min-height: 49px;">
Some Content was in this area
</div>
</div>
</div>
</body>
</html>

вот с этим куском кода пробую разобраться. Дело в том, что блоки q1 и q2 содержат в себе целое семейство других блоков, количество которых на странице динамически изменяеться, так вот при большом количестве внутренних блоков, они все не помещаються в родительской зоне и начинаю вылазить из нее, так вот, как сделать, что бы размеры родительського div изменялись в зависимости от размеров его содержания?

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

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

Выглядит это так:

df06bf47762b.gif

css:

div.footer {
float: left;
width: 100%;
margin: 10px 0 0 0;
padding: 10px;
background: #F5F5DC;
border-top: 1px solid #CDC8B1;
font: normal 11px sans-serif;
text-align: left;
}

html:

	<div class="footer">
Будем благодарны за Ваши советы, замечания, пожелания.
</div>

Причем в Chrome, Mozilla и Safari этой странности нет, есть только в Internet Explorer (6.0).

Что это такое, откуда берется и как убрать, помогите, пожалуйста. Спасибо.

Link to comment
Share on other sites

  • 0

SelenIT Спасибо, clear: both; помогло, но частично - обрывок слова все-таки вылез где-то на 200 пикселей выше. Так что вышел из положения добавив в конце фразы    

Может кто-то знает более красивый способ избавиться от этого глюка?

Link to comment
Share on other sites

  • 0
SelenIT Спасибо, clear: both; помогло, но частично - обрывок слова все-таки вылез где-то на 200 пикселей выше. Так что вышел из положения добавив в конце фразы    

Может кто-то знает более красивый способ избавиться от этого глюка?

Попробуйте не отбивать в оформлении кода строчные элементы.

<div class="footer">Будем благодарны за Ваши советы, замечания, пожелания.</div>

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