1
我一直在玩preview of Bootstrap 3,并且遇到了“附加插件”的问题,它允许固定位置浮动条。Bootstrap 3 stickix
请找一个小提琴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仍在积极发展,但我希望有人在这里有一些见解。)
能否请您提供一个小提琴,我不能让您的解决方案工作。 – Randomblue 2013-04-28 20:49:37
请尝试此操作:http://jsfiddle.net/bassjobsen/2naAU/1/ – 2013-04-28 21:01:19
Bootstrap 3标记自发布后发生了一些变化:新示例 - http://bootply.com/73866 – ZimSystem 2013-08-13 11:14:54