我不知道那个空间是怎么来的。我不想要固定的页脚,但只想固定导航栏。我的导航栏工作正常,但是页脚下面有一些空白。
body {
padding-top: 4.5rem;
min-height:100%;
}
.footer {
position: relative;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
left: 0;
height: 60px;
line-height: 60px; /* Vertically center the te
使用twitter bootstrap (2),我有一个带有导航栏的简单页面,我想在container中添加一个高度为100%的div (在屏幕底部)。我的css-fu已经生锈了,我解决不了这个问题。
简单的HTML:
<body>
<div class="navbar navbar-fixed-top">
<!-- Rest of nav bar chopped from here -->
</div>
<div class="container fill">
<div