Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to clear floats in clear in CSS

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly shows you "how to remove floats in CSS". The content is simple and clear. I hope it can help you solve your doubts. Let me lead you to study and learn this article "how to remove floats in clear in CSS".

1. Clear in CSS has four parameters:

None: allows both sides to float.

Left: floating on the left is not allowed.

Right: floating on the right is not allowed.

Both (default); floats are not allowed.

2. At first, clear floats in CSS is the default both, that is, there can be no floats at first.

3. Use case: suppose I clear the float of the third DIV

Div {border:1px solid red; float:left; clear:none;} # msg_Div {width:600px; height:600px;} .one {width:100px; height:90px;} .two {width:100px; height:90px;} .three {width:100px; height:90px; clear:left;} .four {width:100px; height:90px;} .five {width:100px Height:90px;}

Effect:

The above is all the contents of the article "how to remove clear floats in CSS". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

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.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report