以下情况:
<body>
<div style="position:fixed; width:100%">[place holder for header]</div>
<div style="position:relative;width:100%;margin-top:100px">[content]</div>
</body>
我需要标题始终可见并位于顶部,所以这个应该是位置:固定。标题 - 高度自行调整后出现问题。如果标题高于 100 像素,则隐藏部分内容。
我如何(CSS)动态设置内容 div 关于标题结尾的起始位置。