【发布时间】:2012-11-18 14:49:24
【问题描述】:
我想在侧边栏使用 bootstrap 的词缀插件。然而,由于我的网站是响应式的,它总是在某些方面跳跃,我无法让它正常工作。我尝试了此处列出的解决方案:How to use the new affix plugin in twitter's bootstrap 2.1.0?,但这不仅仅是工作。
我知道如何在具有固定宽度的网站上做到这一点,但我的网站是响应式的 bootstrap 文档也是如此,因为它完美地工作there,我如何达到同样的效果?
因为这可能永远行不通
.affix {
position: fixed;
top: 20px;
right: 10%;
}
【问题讨论】:
标签: javascript twitter-bootstrap responsive-design sidebar