Twitter Bootstrap 3 - static Header & Footer

时光怂恿深爱的人放手 提交于 2019-12-08 06:54:57

问题


i want to have some special Layout with Bootstrap 3 - i need some static header and footer. The Problem is that it's an responsetive Layout wich is bad to use position's someone told me.

Like this: http://i.stack.imgur.com/4pdPc.jpg - Do you have andy Ideas?

Thanks, nPoday

* UPDATE SEE LAST COMMENT OF ME *


回答1:


Use .navbar-fixed-bottom, and .navbar-fixed-top on your header and footer containers.




回答2:


Or give both a unique class. And add:

.classname{position:fixed;}


来源:https://stackoverflow.com/questions/19465831/twitter-bootstrap-3-static-header-footer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!