position:sticky
程序员文章站
2022-04-25 11:38:03
...
position:sticky;
子元素的作用区间依赖父元素;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
*{
margin:0;
padding:0;
}
header{
height:88px;
background: orange;
}
nav{
height:388px;
background:#000;
/* position:sticky;
top:0; */
}
div{
width: 30px;
height: 30px;
float: right;
background-color: greenyellow;
position:sticky;
top:210px;
}
figure{
height:35px;
width:23px;
float:right;
background:#ff0;
position:sticky;
top:210px;
}
section{
height:1900px;
background:pink;
}
</style>
</head>
<body>
<header></header>
<nav>
</nav>
<div></div>
<section></section>
</body>
</html>
下一篇: CSS position属性
推荐阅读
-
Sticky Footer 绝对底部的两种套路实例详解
-
CSS position属性有什么用
-
分享CSS中的关于position:relative;有什么作用?
-
position:fixed定位时 “高度坍塌” 问题的解决_html/css_WEB-ITnose
-
RecyclerView每个Position显示不同布局
-
HTML中position的属性值介绍
-
jQuery之Position方法使用方法和兼容性详解
-
CSS定位属性position_html/css_WEB-ITnose
-
position:relative/absolute无法冲破的等级
-
coreldraw中如何精准控制对象 Position和Rotate按钮轻松搞定