Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Bootstrap 3 进行一些特殊的布局。我需要一些静态页眉和页脚。问题是它是一个响应式布局,使用某人告诉我的位置是不好的。
像这样:
你有什么想法?
在页眉和页脚容器上使用 .navbar-fixed-bottom 和 .navbar-fixed-top。
或者给两者一个独特的类。并添加:
.classname{position:fixed;}