Jump to content
  • 0

Создание thumbnails из divов


white.ru
 Share

Question

Всем привет. У меня такая проблема, надо сделать много маленьких дивов (~100x100) и чтобы они располагались в виде "плитки", т.е. один за одним, и под другим... Галерея такая в общем. Делаю так:

.image_item {
float:left;
width:100px;
height:100px;
text-align:center;

margin-right:15px;
margin-bottom:15px;

border:1px solid #9dabc5;
background-color:#fcfefd;
}

 <div class = "image_item">Bla</div>
<div class = "image_item">Bla</div>
<div class = "image_item">Bla</div>
<div class = "image_item">Bla</div>
<div class = "image_item">Bla</div>
<div class = "image_item">Bla</div>
...

Все работает нормально, получается где то так:

Но! Мне надо, чтобы справа был блок, и эти дивы его обтекали. Вот он:

<div style="width:250px; height:150px; background-color:#99CC33; border:2px solid #006600; float:right">

Но, получается, не совсем так, как надо:

Собственно вопрос: как бы сделать так, чтобы дивы не опускались, а переносились на новую строку?

Надеюсь, что объяснил нормально :)

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