2014-05-04 74 views
-2

我試圖讓我的孩子div來繼承父母的div高度引導3繼承父DIV高度

我在CSS嘗試:

height: inherit; 
height: 100%; 
min-height: inherit; 
min-height: 100%; 

live example

+1

問題已被問了一千次,並沒有什麼與bootstrap做。 – mpm

+0

請參閱:http://stackoverflow.com/questions/20773342/bootstrap-3-100-height-of-custom-div-inside-column – Iansen

+0

bootstrap css與它無關嗎? – newbie

回答

0

這通常是如何我讓DIV延伸到全高:

html,body { height: 100%; margin: 0px; padding: 0px; } 
    .full { height: 100% }