2015-10-19 78 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