Bootstrap:粘性页脚或词缀?

时间:2013-06-22 17:14:06

标签: jquery css twitter-bootstrap sticky-footer affix

我尝试在页面中添加一个元素,该元素应保留在页面底部,直到我滚动它为止。

我使用twitter bootstrap作为css和js框架,所以我尝试用affix类来做。 但是当我滚动它时,元素总是保持在它的位置并且没有显示任何功能。

以下是我想要做的例子:http://www.brightpearl.com/features/shipping-management-software

到目前为止,这是我的代码:

<div class="affix" data-spy="affix-bottom" data-offset-top="200" data-offset-bottom="0">

1 个答案:

答案 0 :(得分:0)

检查元素,这是棒容器上的css ......

.sticky-wrapper.stuck {
position: fixed;
bottom: 0;
}

非常直接!