私は 3 つの div を作成しました。height:100% で試したすべての高さを等しく設定する必要がありますが、機能していません。
<html>
<style type="text/css">
.b1{height:190px;width:150px;background:#963;float:left}
.b2{height:150px;width:150px;background:#955;float:left}
.b3{height:180px;width:150px;background:#966;float:left}
</style>
</head>
<body>
<div class="b1"></div>
<div class="b2"></div>
<div class="b3"></div>
</body>
</html>