当前位置:网站首页>浮动及其特点
浮动及其特点
2022-08-10 11:25:00 【Y-琼眸】
浮动
咱们一般说的浮动就是运用float属性。
float属性 设置元素浮动
可选值:
none 默认值
left 向左
right 向右
浮动可以让块元素水平布局
浮动的特点
浮动的第一类特点:
1.设置元素浮动后,元素会脱离文档流,下面的元素会挤上去
2.设置元素浮动后,元素会尽量向左或者向上浮动,而且默认情况下不会脱离父元素的范围
3.设置浮动的元素不会超过它前一个兄弟,最多一边挤
4.如果浮动元素的前一个兄弟没有浮动,则浮动的元素不会超过它前一个没有浮动的元素
浮动的第二类特点:
当浮动的元素遇到文字,浮动的元素不会覆盖文字,文字会环绕在浮动元素周围,从而实现文字环绕图片的效果这也是浮动最早的功能,只是后面用于水平布局的。
浮动的第三类特点:
元素脱离文档流之后,就不再区分块、行内、行内块元素了,也不再具有其特点
元素不会独占一行,也可以设置宽高
边栏推荐
- 态路小课堂丨如何为CXP光模块选择光纤跳线?
- An enhanced dynamic packet buffer management.论文核心部分
- Introduction to Software Architecture
- 不止跑路,拯救误操作rm -rf /*的小伙儿
- 【mysql】explain介绍[通俗易懂]
- Licking Exercise - 63 Find all anagrams in a string
- 怎么加入自媒体,了解这5种变现模式,让账号快速变现
- 苹果逆势扩大iPhone 14系列备货,总量或达9500万部
- StoneDB Document Bug Hunting Season 1
- Flutter气泡框实现
猜你喜欢
Do self-media monthly income tens of thousands?Several self-media tools that bloggers are using
Flutter气泡框实现
再有人问你分布式事务,把这篇扔给他
16、Pytorch Lightning入门
[E-commerce operation] Do you really understand social media marketing (SMM)?
Network Fundamentals (Section 1)
微信小程序提交审核历史版本记录从哪里查看
可视化服务编排在金融APP中的实践
Intel pushes 20220809 CPU microcode update to patch Intel-SA-00657 security vulnerability
技术人必看!数据治理是什么?它对数据中台建设重要吗?
随机推荐
第六届”蓝帽杯“全国大学生网络安全技能大赛半决赛部分WriteUp
HDU 4372:Count the Buildings (Stirling数)
Apple bucks the trend and expands iPhone 14 series stocking, with a total of 95 million units
孩子自律性不够?猿辅导:计划表要注意“留白”给孩子更多掌控感
LeetCode 61. 旋转链表
Interviewer: How are Dao, Service, Controller, Util, and Model divided in the project?
LeetCode 362. Design Hit Counter
力扣练习——59 从二叉搜索树到更大和树
Can CLIP also do segmentation tasks?The University of Göttingen proposed a model CLIPSeg that uses text and image prompts to perform three segmentation tasks at the same time, draining CLIP capabiliti
彩色图和深度图转点云
做自媒体月入几万?博主们都在用的几个自媒体工具
单目操作符(含原码反码补码转换)
Does your child lack self-discipline?Ape Counseling: Pay attention to "blank" in the schedule to give children more control
中芯CIM国产化项目暂停?上扬软件:未停摆,改为远程开发!
LeetCode 92. Reverse Linked List II
LeetCode 138. 复制带随机指针的链表
mpf6_Time Series Data_quandl_correct kernel PCA_AIC_BIC_trend_log_return_seasonal_decompose_sARIMAx_ADFull
网络基础(第一节)
HDU 6040 Hints of sd0061 (技巧)
Not just running away, but saving the guy who mishandled rm -rf /*