答案 0 :(得分:44)
如果您不关心IE6,可以使用position: fixed
:
div {
top: 0;
position: fixed
}
使用jQuery,请参阅此问题:What is the simplest jQuery way to have a ‘position:fixed’ (always at top) div?
答案 1 :(得分:2)
这很简单,只需设置顶部Div位置即可 e.g
启动div标签
<div style="position: fixed;background: #336699; width: 100%;">
位于顶端div标签