我在顶部创建了一个固定的 Div。
css
#header {
position: fixed;
top: 0px;
height: 20px;
width: 100%;
background: green;
}
我希望,当我提交页面时,标题上的固定 div 不应该刷新。
我在顶部创建了一个固定的 Div。
css
#header {
position: fixed;
top: 0px;
height: 20px;
width: 100%;
background: green;
}
我希望,当我提交页面时,标题上的固定 div 不应该刷新。