我正在使用 twitter bootstrap 2.3.2 并包含词缀 js。div 完美收听 top:500px; 但是底部有困难,到达底部时,它会在每个像素的 affix 和 affix-bottom 之间切换 div 名称。看起来九十年代华而不实,这在某种程度上很好……但并不是我所期望的那样。关于如何将底部保持在应有的方式上的任何想法?会让我开心的!!
js:
$(".my-affix-div").affix({
offset: {
top: 440,
bottom: 270
}
和CSS:
.affix{
top:60px;
}
.affix-bottom {
bottom:270px;
position: absolute;
top:auto;
}