【发布时间】:2020-06-16 06:05:47
【问题描述】:
**仅用另一个 div 修复 **
这是我使用的代码... HTML 代码,
<div class="container">
<div class="fix">
Here fixed content
</div>
</div>
CSS 代码,
.container{
display:flexbox;
height: 40em;
background-color: black;
}
.fix{
position: fixed;
width: 25em;
height: 30em;
background-color: beige;
}
【问题讨论】:
标签: javascript html css web web-site-project