如何在 Twitter 的 Bootstrap 导航栏中正确使用偏移量?

发布于 2025-01-05 17:50:48 字数 165 浏览 1 评论 0原文

我使用 offset1 span6 作为主要内容,并希望对 navbar 内容应用相同的内容,但它无法正常工作 - 请参阅 现场演示

I use offset1 span6 for the main content and wanted to apply the same for navbar content, but it doesn't work properly - please see live demo.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

呆橘 2025-01-12 17:50:48

偏移量仅在 .row 的上下文中起作用,因此将 .row 类添加到您的导航栏 div 中,它就可以正常工作。

<div class="row navbar-inner"> ... </div>

演示:http://jsfiddle.net/fJU4K/1/

Offsets only work within the context of a .row, so add the .row class to your navbar div and it works just fine.

<div class="row navbar-inner"> ... </div>

Demo: http://jsfiddle.net/fJU4K/1/

我是男神闪亮亮 2025-01-12 17:50:48

看看这个:
http://jsfiddle.net/taZjV/

诀窍是
a) 从行中删除“offset1 span6”并使其成为自己的 div,
b) 从导航栏中删除 navbar-fixed-top
c) 将导航栏移动到 offset1 span6 div 内

Check this out:
http://jsfiddle.net/taZjV/

The trick is to
a) remove the "offset1 span6" from the row and make it a div of its own,
b) remove the navbar-fixed-top from the navbar
c) Move the navbar inside the offset1 span6 div

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文