Answer the question
In order to leave comments, you need to log in
BluePrint CSS vertical stretch!?
Hello, I'm learning this CSS framework. The question arose: how to stretch it vertically? Are there any standard methods or will I have to edit the PV files
Answer the question
In order to leave comments, you need to log in
html, body { height: 100%}
.l-layout { min-height: 100%; -height: 100%; -zoom: 1 /* IE 6 */ }
.l-footer { margin-top: -50px; min-height: 50px }
Here you go, a fixed-height footer nailed to the bottom. If something is not clear, google according to the words “how to nail the footer”, you will find a bunch of other ways.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question