问题
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