Jump to content
  • 0

Почему контейнер не открывается от вложенных блоков


oke11o
 Share

Question

Здравствуйте. Вот кусок css и html.


/* menu structure */
.menu-row{ margin:5px 0px; border: solid 1px #bababa;background-color: #f5f8fb; }
.row-prior { float:left; width:34px;font-size:0px; padding:10px 5px; }
.row-pict { float:left; width: 20px; }
.row-content { padding:10px; font-size:16px; }
.row-tools { float:right; padding:10px; }
.row-tools a { text-decoration: none; }

/* music structure */
.music-row { position: relative; margin:5px 0px; border: solid 3px #bababa;background-color: #f5f8fb; }
.music-block { position: relative; float:left;margin:5px 0px; border: solid 3px #222222;background-color: #00f800; }
.music-prior { position: relative; float:left; width:34px;font-size:0px; padding:10px 5px; }




<div class="music-structure">
<div class="music-row">
music-row
<div class="music-prior">
<a href="./backend/music/prior/top/1" title="Вверх">
<img src="./i/backend/prior_up.png" alt="Вверх">
</img>
</a>
<a href="./backend/music/prior/down/1" title="Вниз">
<img src="./i/backend/prior_down.png" alt="Вниз">
</img>
</a>
</div>

<div class="music-block">
music-block
</div>


<div class="row-tools">
<a href="/backend/menu/delete/1" title="Удалить раздел " OnClick="if(!confirm('Вы действительно желаете удалить раздел ''?')) return false;">
<img src="./i/backend/folder_delete.png" alt="Удалить раздел">
</img>
</a>
</div>

</div>
</div>

<div class="menu-structure">
<div class="menu-row">
<div class="row-prior">
<a href="./backend/music/prior/top/1" title="Вверх">
<img src="./i/backend/prior_up.png" alt="Вверх">
</img>
</a>
<a href="./backend/music/prior/down/1" title="Вниз">
<img src="./i/backend/prior_down.png" alt="Вниз">
</img>
</a>
</div>

<div class="row-content">
<div class="row-pict">
<a href="./backend/menu/objects/1" title="Изменить данные о композиции">
<img src="./i/backend/music.png" alt="hysteria" align="top">
</img>
</a>
</div>

<div class="row-tools">
<a href="/backend/menu/delete/1" title="Удалить раздел " OnClick="if(!confirm('Вы действительно желаете удалить раздел ''?')) return false;">
<img src="./i/backend/folder_delete.png" alt="Удалить раздел">
</img>
</a>
</div>

<div> <a href="./backend/menu/objects/1" title="Изменить данные о композиции"> hysteria</a>
</div>

</div>
</div>

Объясните, пожалуйста, почему элемент music-row не открывается от вложенных в него блоков.

20110818-anq9-10kb.jpg

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Потому что вложенные блоки плавающие. Они из основного потока выпадают, обёртка их не "видит".

.music-row { position: relative; margin:5px 0px; border: solid 3px #bababa;background-color: #f5f8fb; overflow: hidden; }

решение.

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