gpt4 book ai didi

html - Twitter BootStrap、粘性页脚和 100% 高度下潜给页面额外不必要的滚动

转载 作者:太空宇宙 更新时间:2023-11-04 04:32:17 25 4
gpt4 key购买 nike

我正在使用带有粘性页脚的 Twitter Bootstrap (RTL),我在一行中有两列,高度为 100%。但是当我打开页面时,它有不必要的滚动条,我不知道为什么。

你可以在JSFiddle中看到它.

这是我的 HTML 代码:

<div class="container-fluid mainContainer">
<div class="row-fluid full-height">
<div class="span3 sidebar itemContainer full-height">
<h2>ابزارهای در دست‌رس</h2>
@ToolsList.GetToolsList(this, Model)
</div>
<div class="span9 main itemContainer full-height">
<h2>بدنه</h2>
</div>
</div>
<div class="push"></div>
</div>
<footer class="footer itemContainer">
<div class="container">
<div class="row">
<div class="span12">
توسط احمدعلی شفیعی
</div>
</div>
</div>
</footer>

这是我的 css 样式表(在 Bootstrap 的默认代码旁边)

* {
font-family: Tahoma;
font-weight: 100;
margin: 0;
}

html, body {
height: 100%;
}

.sidebar {
border: 1px solid #C0C0C0;
padding: 5px;
margin-top: 10px;
}

.main {
border: 1px solid #C8C8C8;
padding: 5px;
margin-top: 10px;
padding-top: 70px;
padding-right: 25px;
}

.full-height {
height: 100%;
min-height: 100%;
}

.itemContainer {
background-color: #F5F5F5;
}

.mainContainer {
min-height: 100%;
height: 100%;
margin: 0 auto -40px;
}

.ToolItem {
margin-right: 20px;
}

.footer, .push {
clear: both;
height: 30px;
}

.footer {
margin: 5px;
margin-top: 60px;
padding-top: 5px;
}

最佳答案

根据您的描述,我认为您想要一个粘性页脚和一个高度为 100% 的屏幕...

查看 Twitter Bootstrap 上的文档和示例:-

http://twitter.github.io/bootstrap/getting-started.html#examples

他们是粘性页脚的示例:-

http://twitter.github.io/bootstrap/examples/sticky-footer.html

为此,您必须下载 Twitter Bootstrap 的文档:-

http://twitter.github.io/bootstrap/index.html

希望这对你有用...谢谢...

关于html - Twitter BootStrap、粘性页脚和 100% 高度下潜给页面额外不必要的滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17074450/

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