【发布时间】:2013-04-22 04:42:03
【问题描述】:
我一直在玩preview of Bootstrap 3,并且遇到了“词缀插件”的问题,它允许固定位置的浮动条。
请找到一个小提琴here 来展示我的烦恼。基本上,右侧按钮确实浮动,但从网格系统继承的宽度和偏移样式似乎在应用position: fixed 时消失了。
这是我的代码:
<div class='container'>
<div class='row'>
<div class='col-span-8'>
<legend>Lorem</legend>
<div>[Large amounts of text]</div>
</div>
<div class='col-span-4 well' data-spy='affix' data-offset-top='50'>
<div class='btn btn-large btn-danger col-span-12'>This is fixed</div>
</div>
</div>
</div>
我做错了什么? (我知道 Bootstrap 3 仍在积极开发中,但我希望有人对此有所了解。)
【问题讨论】:
标签: javascript css twitter-bootstrap twitter-bootstrap-3