2015-10-19 55 views
2
body, html { 
height: 100%; 

}动力高度页,但DIV高度不工作

#nav-left { 
width: 155px; 
min-height: 100%; 
background-color: #292a28; 
position: absolute; 
z-index: 10; 

}

我的网页上

时,高度成长(动态),我的DIV高度没有长大。 page

+0

附加高度#导航左 - 高100% –

回答

1

试试这个

html, body { 
    position: relative; 
    padding: 0; 
    margin: 0; 
    height: 100%; 
} 

#nav-left { 
    width: 155px; 
    min-height: 100%; 
    background-color: #292a28; 
    position: absolute; 
    z-index: 10; 
} 

工作例如:http://liveweave.com/9gb8mF