What will happen when display: inline-block is used:
1. Make the block element display in one line
2. Make the inline support width and height
3 .Line breaks are parsed
4. When not set, the width is stretched by the content
5. Block tags are supported in IE6 and 7
Due to the inline-block attribute, line breaks are parsed ( There is a gap), so the solution is to use floating float:left/right
Situations that occur when using float:
1. Make the block element display in one line
2. Make the inline element support Width and height
3. When the width and height are not set, the width is supported by the content
4. Line breaks are not parsed (so when using inline elements, you can use floats to clear gaps)
5. Element addition Floating will break away from the document flow and move in a specified direction until it hits the boundary of the parent or stops with another floating element (the document flow is the position occupied by displayable objects in the document when arranged)
span1n
span2
In the following code, only box1 floats, so box1 and box2 overlap. If both float, they will not overlap
清浮动的方法:
1.给父级也加浮动(这种情况当父级margin:0 auto;时不居中)
2.给父级加display:inline-block;(同方法1,不居中。只有IE6,7居中)
3.在浮动元素下加
.clear{ height:0px;font-size:0;clear:both;}但是在ie6下,块元素有最小高度,即当height
.clear{ height:0px;font-size:0;clear:both;}
*/
4. Add
.clear{ height:0px;font-size:0;clear:both;}
4. Add
*/
5. Add {zoom to the parent of the floating element :1;}
:after{content:""; display:block;clear:both;}
.clear{ height:0px;font-size:0;clear:both;}
4. Add
under the floating element 5. Give the parent of the floating element Level plus {zoom:1;}
:after{content:""; display:block;clear:both;}
**In IE6 and 7, it is not necessary if the parent of the floating element has a width. Clear float
haslayout recalculates the width and height of the element based on the size of the element content or the size of the parent's parent
display: inline-block
height: (any value except auto)
float: (left or right)
width: (any value except auto)
zoom: (any value except normal)
*/
cngtphpcn
6. Add overflow:auto;

GooFonts is a side project signed by a developer-wife and a designer-husband, both of them big fans of typography. We’ve been tagging Google

Pavithra Kodmad asked people for recommendations on what they thought were some of the most timeless articles about web development that have changed their

Learning how to build GraphQL APIs can be quite challenging. But you can learn how to use GraphQL APIs in 10 minutes! And it so happens I've got the perfect

When a component lives in an environment where the data queries populating it live nearby, there is a pretty direct line between the visual component and the

Here's some legit CSS trickery from yuanchuan. There is this CSS property offset-path. Once upon a time, it was called motion-path and then it was renamed. I

Miriam Suzanne explains in a Mozilla Developer video on the subject.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver CS6
Visual web development tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SublimeText3 Linux new version
SublimeText3 Linux latest version