gpt4 book ai didi

html - bootstrap 2.3.1 中的固定跨度侧边栏

转载 作者:太空宇宙 更新时间:2023-11-03 18:25:50 25 4
gpt4 key购买 nike

我使用 Bootstrap 2.3.1!现在我有了这段代码:

<div class="container-fluid">
<div class="row-fluid">
<div class="span2">
<!--Sidebar content-->
</div>
<div class="span10">
<!--Body content-->
</div>
</div>
</div>

我需要 fixed span2 以便在浏览器滚动时放置 fixed 侧边栏。如何为固定跨度使用 Bootstrap?!

注意:我还需要正常和响应式 View 布局。

最佳答案

如果您检查 bootstrap,则存在固定位置的 affix 类。

在 bootstrap.css 文件中

.affix {  position: fixed;}

关于html - bootstrap 2.3.1 中的固定跨度侧边栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20818952/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com