标签: html header position fixed
我修复了网站的标题部分,但页面的第一个div显示在标题后面;而不是从标题的末尾开始。
答案 0 :(得分:10)
当您应用position: fixed或position: absolute时,元素将从文档流中删除,因此将其视为不存在的元素。这就是你div跳起来的原因。要解决此问题,请应用与您的标题高度相等的margin-top - http://jsfiddle.net/2xjES/
position: fixed
position: absolute
div
margin-top