Jump to content
  • 0

Не всегда работает margin-top


Ubhra
 Share

Question

Добрый день.

Использовал плитку из masonry.pkgd.min.js. Между блоками должен быть промежуток 20 px. Но он есть не всегда и не во всех браузерах. Опера все отрисовывает правильно, хром иногда без промежутков, а мозила почти при каждом F5 выдает разные результаты. С чем это связано и можно ли починить?

.prev_block{
    width:300px;
    background-color:#a3bd6f;
    margin-top:20px;
}

prev.PNG

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

  • Similar Content

    • By manut
      Даже стыдно спрашивать, но никак не могу понять. Такой вот тривиальный пример.


      <div class="main">
      <div class="block"></div>
      </div>



      body {
      margin: 0;
      padding: 0;
      }
      .main{
      width: 400px;
      height: 400px;
      background-color: #272822;
      }
      .block{
      background-color: #982722;
      width: 100px;
      height: 100px;
      margin: 40px;
      }

      почему в данном случае margin-left отображается корректно, а margin-top как бы вылазит и отодвигает родительский блок от области просмотра?
×
×
  • 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