The previous words
FloatingThe earliest use comes from right ">, used for typesetting processing of text surrounding pictures. Nowadays, floating is a commonly used layout method in CSS. This article will introduce and sort out the floating content in detail.
Definition
float float
The floating element is separated from the ordinary flow, and then as specified Direction, move left or right, stop when hitting the parent boundary or another floating element
Value: left | right | none | inherit
Initial value: none
Apply to: all elements
Inheritance: None
[Note] If you float a non-replacement element, you must declare a width for the element, otherwise, according to CSS specification, the width of elements tends to 0
Features
[1] Floating flow
Elements in normal flow are arranged one after another; floating elements also constitute a floating flow
【2】Block-level box
The floating element itself will generate a block-level box, regardless of what the element itself is, so that the margins around the floating element will not be merged
[3] Wrapping
The containing block of a floating element refers to its nearest block-level ancestor element, and descendant floating elements should not exceed the top, left, and right boundaries of the containing block. If the height of the containing block is not set, and the containing block floats, the containing block will extend to include all its descendant floating elements; if the width of the containing block is not set, and the containing block floats, the width of the containing block will be stretched by the descending floating elements.
【4】Destructive
The floating element breaks away from the normal flow and destroys its own line boxAttribute, causing the height of the containing block element to collapse, causing the floating box to collapse The line box next to it is shortened to make room for the floating box, and the line box is rearranged around the floating box
Performance
[1] The left (or right) outer boundary of the floating element must be The right (left) outer bounds of the previous left-floated (or right-floated) element in the source document. Unless the top of the floated element that appears later is below the bottom of the floated element that appears first
[2] The right outer border of the left-floated element will not be to the right of the left outer border of the right-floated element to its right. The left outer border of a right-floated element will not be to the left of the right outer border of any left-floated element to its left
[3] If there is another floating element to the left (right) of a left (or right) floating element, the former The right outer boundary cannot be to the right (left) of the right (left) boundary of its containing block
[4] The left (or right) outer boundary of a floating element cannot exceed the left (or right) inner boundary of its containing block
[5]The top of a floating element cannot be higher than the inner top of its parent element. If a floated element is between two merged margins, place the floated element as if there were a block-level parent element between the two elements
[6] The top of the floated element cannot be higher than all previous floats The top of an element or block-level element is higher
[7] If a floated element appears before another element in the source document, the top of the floated element cannot be higher than the top of any line box containing the box generated by the element. High
[8] Floated elements must be placed as high as possible
[9] Left-floated elements must be as far to the left as possible, and right-floated elements must be as far to the right as possible. The higher the position, the farther it will float to the right or left
Overlap
There are two ways for a floating element to exceed the boundary of the parent element: one is that the width of the floating element is greater than the parent element The other way is to set negative margins. If a floating element has negative margins and the floating element overlaps a normal flow element
[1]When an inline box overlaps a floating element, its border, background, and content are all displayed on top of the floating element
【2】When the block box overlaps a floating element, its border and background are displayed under the floating element, and the content is displayed above the floating element
[Related recommendations]
1. Free css online video tutorial
3. php.cnDugujiujian( 2)-css video tutorial
The above is the detailed content of Little things you don't know about CSS floating. For more information, please follow other related articles on the PHP Chinese website!

CSS Grid is a powerful tool for creating complex, responsive web layouts. It simplifies design, improves accessibility, and offers more control than older methods.

Article discusses CSS Flexbox, a layout method for efficient alignment and distribution of space in responsive designs. It explains Flexbox usage, compares it with CSS Grid, and details browser support.

The article discusses techniques for creating responsive websites using CSS, including viewport meta tags, flexible grids, fluid media, media queries, and relative units. It also covers using CSS Grid and Flexbox together and recommends CSS framework

The article discusses the CSS box-sizing property, which controls how element dimensions are calculated. It explains values like content-box, border-box, and padding-box, and their impact on layout design and form alignment.

Article discusses creating animations using CSS, key properties, and combining with JavaScript. Main issue is browser compatibility.

Article discusses using CSS for 3D transformations, key properties, browser compatibility, and performance considerations for web projects.(Character count: 159)

The article discusses using CSS gradients (linear, radial, repeating) to enhance website visuals, adding depth, focus, and modern aesthetics.

Article discusses pseudo-elements in CSS, their use in enhancing HTML styling, and differences from pseudo-classes. Provides practical examples.


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

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

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

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.

Dreamweaver Mac version
Visual web development tools

Dreamweaver CS6
Visual web development tools
