Jump to content
  • 0

Добавление float делает нерабочим margin.


ratus
 Share

Question

Здравствуйте!  У меня 2 div блока, идущие друг за другом. Добавление float для любого из слоев, и неважно с каким значением, делает нерабочим margin. Один из объектов словно прилипает к верхней части страницы. Если float убрать, то слои можно свободно двигать.  Как избавится от данного эффекта? И с чем это может быть связанно?  

Заранее спасибо.

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Выровнять как именно?

.fone65 {
  width: 100px;
  padding: 20px;
  margin-bottom: 200px;
  margin-left: 300px;
  margin-right: 200px;
  margin-top: 100px; /* тут */
  display: inline;
  overflow: hidden;
}

У Вас отступ сверху, по горизонтали они не будут выровнены

Link to comment
Share on other sites

  • 0

<div class="fone65"> Опустить ниже относительно <div class="fone35">. Для этого обязательно убрать  float? 

А если ниже?

Удаление margin-top, похоже, вообще не сыграло роли Я же говорил margin не работает при float.  

https://jsfiddle.net/ratus/z7b0ev5k/16. Один из блоков прилип к верхнему краю.

Link to comment
Share on other sites

  • 0

В случае, когда используется float, margin работает как и прежде. Но, визуально, может казаться что это не так. Дело в том, что в таком случае блоки не имеют аналогичного влияния друг на друга из-за обтекания (float).

Вот приблизительно то, о чём Вы говорите

https://jsfiddle.net/klierik/bw418vqt/2/

Link to comment
Share on other sites

  • 0
17.01.2021 в 18:01, klierik сказал:

Выровнять как именно?











.fone65 {
  width: 100px;
  padding: 20px;
  margin-bottom: 200px;
  margin-left: 300px;
  margin-right: 200px;
  margin-top: 100px; /* тут */
  display: inline;
  overflow: hidden;
}

У Вас отступ сверху, по горизонтали они не будут выровнены

С этим я понял, но как теперь быть с display: inline;  fone65 ведет себя как display: block 

https://jsfiddle.net/ratus/1wLc2z7t/2/

Link to comment
Share on other sites

  • 0
9 часов назад, ratus сказал:

С этим я понял, но как теперь быть с display: inline;  fone65 ведет себя как display: block 

https://jsfiddle.net/ratus/1wLc2z7t/2/

Для .fone65 Вы используете "float", тем самым свойство "display" игнорируется, элемент становится блочным.

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