HTML/CSS 请教,bootstrap 里有没有让 DIV 悬浮在浏览器底部的功能?

shin · September 09, 2013 · Last by chunlea replied at September 09, 2013 · 16507 hits

正在用 bootstrap 3 做个页面需要用到这个功能,或者有没有什么比较好的插件推荐!谢谢~

这也要插件?

.name {
  position: fixed;
  bottom: 0;
}

div 加宽度哦

#2 楼 @tyaccp_guojian 故意留点瑕疵。

谢谢二位~ @Rei :)

那个.navbar-fixed-bottom就是实现这个功能的吧。

You need to Sign in before reply, if you don't have an account, please Sign up first.