私はこのページを持っています: http://www.nyccriminallawyer.com/felonymisdemeanor/ 私がやりたいことは、左の内側のボックス (.in_left と呼ばれるタイトルとして Felony/Misdemeanor を持つ白いもの) をその 100% の高さにすることです親 (.inner と呼ばれる)
コードはここにあります:
.in_left {
float: left;
width: 721px;
margin-top: 10px;
font-family: 'Open Sans', sans-serif;
line-height: 24px;
background-color: white;
border-radius: 4px 4px 4px 4px;
box-shadow: 0px 0px 11px -4px #000;
}
.inner {
background: #CCD7CC;
margin-top: 1px;
color: #5A5A5A;
padding: 10px;
clear: both;
overflow: hidden;
}
height: 100% と min-height も試しましたが、うまくいきません。