この LINKを見て、高さ 100% の 2 列のレイアウトを作成できない理由を教えてください。
ご覧のとおり、私は使用しています
html, body {
height: 100%;
}
.container-fluid{
padding:0;
height:100% !important;
min-height: 100% !important;
}
.row-fluid{
margin-left:0px;
background-color:#F5F5F5 !important;
height:100% !important;
min-height: 100% !important;
}
.well.sidebar-nav{
background-color:#383E4B !important;
left:0;
border:none;
max-width:300px !important;
margin-left: 0!important;
height:100% !important;
min-height: 100% !important;
}
.span9{
background-color:#F5F5F5 !important;
padding-top:50px;
margin-top:10px;
border:none !important;
height:100% !important;
min-height: 100% !important;
}
.navbar .avbar-inverse .navbar-fixed-top{
border:none !important;
}
更新 そしてここにjsfiddleがあります