暴风雨的礼物·Html&Css05:position

2021-01-27 14:12

阅读:675

YPE html>

标签:标签   礼物   宽高   提升   ora   oat   amp   lang   mat   

Html&Css05:position

  • html==>结构
  • css ==>表现
  • js ==>行为

1、定位的简介





Document

1
2
3

2、绝对定位







Document
- 绝对定位的包含块: 包含块就是离它最近的开启了定位的祖先元素, 如果所有的祖先元素都没有开启定位则根元素就是它的包含块 - html(根元素、初始包含块) */ position: absolute; /* left: 0; top: 0; */ bottom: 0; right: 0; } .box3{ width: 200px; height: 200px; background-color: yellow; } .box4{ width: 400px; height: 400px; background-color: tomato; position: relative; } .box5{ width: 300px; height: 300px; background-color: aliceblue; /* position: relative; */ }
1
4
5
2
3

3、固定定位







Document

1
4
5
2
3

4、粘滞定位








导航条


5、绝对定位元素的布局







Document

6、元素的层级







Document

1
2
3
4

完整的基础博文出完,本博主将会重新出一份争对常用标签/样式的博文,一起期待吧!

暴风雨的礼物·Html&Css05:position

标签:标签   礼物   宽高   提升   ora   oat   amp   lang   mat   

原文地址:https://www.cnblogs.com/ilbty/p/13220960.html


评论


亲,登录后才可以留言!