0

I have a vertical nav bar with fixed position.

How can I make it extend all the way down to the bottom of the page?

4

1 回答 1

3

You need to set html and body elements too.

html,body {
    margin:0;
    padding:0;
    height:100%;
}
于 2013-03-30T19:50:16.973 回答