In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article is about what css has to do to clean up floats. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
Description
1. Define the height for the parent div.
Principle: defining a fixed height for the parent DIV can solve the problem that the parent DIV cannot obtain the height.
2. Use empty elements.
For example, (.clear {clear:both})
Principle: add a pair of empty DIV tags, use the clear:both attribute of css to remove the float, and let the parent DIV get the height.
3. Let the parent div float together.
This can initially solve the current floating problem. But also let the parent float, it will give rise to new floating problems. Use is not recommended.
4. The parent div defines display:table.
Principle: force the div property to be converted to a table.
5. The parent element sets overflow:hidden,auto.
Principle: the key to this method is to trigger BFC. IE6 also needs to trigger hasLayout (zoom:1)
6. The parent div defines pseudo classes.
After and zoom.
Example
.clearfix: after {content:'.'; display:block; height:0; clear:both; visibility: hidden;}. Clearfix {zoom:1;} Thank you for reading! This is the end of this article on "what are the ways to remove floats in css?". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!
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.