我一直在努力去理解如何在这个bootstrap示例中加入jumbotron div。我想保留词缀顶部导航div,但我也想为jumbotron发生同样的效果。
有什么想法吗?
以下是示例 - http://www.tutorialrepublic.com/codelab.php?topic=bootstrap&file=enable-affix-via-data-attribute
我要加贴的div就在这里:
<div class="jumbotron">
<h1>Bootstrap Affix</h1>
</div>
我相信我必须制作也定义了jumbotron行为的CSS,或者我错了吗?