Jump to content
  • 0

Не учитывается высота картинки-слоя при использовании float


kuraga
 Share

Question

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

Задача: сделать блок для новости, на всю ширину. Сначала идет заголовок, потом описание, в описании - изображение, прижатое вправо и обтекаемое.

Решение: http://medicus-kohler.ru/categories/25


<div id="short_article_8" class="short_article"><h3 class="title">
<h3><a href="/articles/8">DT-9445 Воротник Нельсона</a></h3>
<div class="thumbnail"><img src="/attachments/16/original/DT-9445.jpg?1332360761" alt="Dt-9445"></div>
<div class="description">
<p>Воротник Нельсона - это корсет для жесткой фиксации шейных позвонков, имеет вентиляционные отверстия, ширина регулируется с помощью ремешка-липучки, имеет небольшой вес, водостойкий.</p>
</div>


.short_article {
clear: both;
width: 100%;
padding: 10px;
margin: 10px 0 10px 0;
border-top: dotted 1px black;
border-bottom: dotted 1px black;
}

.short_article > .thumbnail {
float: right;
}

.short_article > .thumbnail img {
max-width: 150px;
max-height: 150px;
}

.article > .thumbnail img {
max-width: 200px;
max-height: 200px;
float: left;
margin: 20px;
}

.short_article > .subtitle {
display: none;
font-size: 80%;
}

Проблема: высота картинки не учитывается при расчете высоты слоя.

2662320m.png

Решение: не помещать картинку в слой.

Вопрос: помогите объяснить, пожалуйста, это. И какие еще решения бывают? :rolleyes:

Edited by kuraga
Link to comment
Share on other sites

1 answer 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