In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly introduces why css should remove the float, which has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand.
Cause analysis
1. The purpose of clearing floats is to remove the influence of using floating elements. A highly collapsed parent element.
If a block-level element does not have height set, its height is opened by child elements.
2. After using floating, the child element will deviate from the standard document stream, that is, there is nothing in the parent element to open its height, so the height of the parent element will be ignored.
This is called high collapse.
Example
Document .box {width: 510px; border: # 0000FF solid 1px;} .box: after {content: ""; visibility: hidden; display: block; height: 0; clear: both;} .left {float: left; width: 250px; height: 100px; background-color: green } .right {float: left; width: 250px; height: 100px; background-color: red;} .backdiv {width: 100px; height: 100px; background: # 101010; margin-left: 510px } Thank you for reading this article carefully. I hope the article "Why css removes floats" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support us and follow the industry information channel. More related knowledge is waiting for you to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.