R
R
Roman Kutenko2012-03-25 17:40:52
css
Roman Kutenko, 2012-03-25 17:40:52

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

1 answer(s)
E
egorinsk, 2012-03-26
@egorinsk

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 question

Ask a Question

731 491 924 answers to any question