浮动底部我们可以显示或隐藏

时间:2013-12-27 12:40:33

标签: menu twitter-bootstrap-3

谷歌没有给我很好的答案,所以是时候向社区询问如何做了!

我是网络开发的初学者,只是为了我,展示我的所有工作经验。

我想做一个包含一些按钮的底部。此部分在滚动期间必须始终存在(可见),并且在页面末尾位于页脚下方...此部分必须具有高度的自动大小并且在页面中居中。

这是我完成的工作的开始:http://jsfiddle.net/52VtD/1250/ 它从第102行开始:

<div id="base_bottom" class="IL_BASE" style="position: fixed; z-index: 9999999; width: 100%; /* height: 150px; */ /* left: 50%; */ border-top-width: 1px;  /* border-top-style: solid; */ border-top-color: rgb(0, 51, 102); border-left-width: 0px; border-right-width: 0px; border-right-style: solid; background-color: rgb(255, 255, 255); bottom: 0px;margin-top: 5px;">

如果有人可以给我一些建议,那就太棒了;)

先谢谢,

尼古拉斯

1 个答案:

答案 0 :(得分:2)

您可以在底部块之前添加空div

<div style="height:150px"></div>