+----------------------+
| 1 |
| |
+----------------------+
| | |
| 2 | |
| | |
| | 4 |
+-------| |
| 3 | |
| | |
+----------------------+
上記のように、(1)ヘッダーのコンテンツを追加する必要があります。(2)左側のナビゲーション、(3)2から3の中央までのコンテンツがありますが、4、(4)コンテンツが大きいため、高さがわかりません。したがって、指定する必要がありますheight: 100%;
が、機能しません。実行する方法?
編集
<div id="wrap">
<!--contents of (1)-->
</div>
<div id="wrap">
<div id="left-nav">
<!--contents of (2)-->
<div id="someid">
<!-contents of (3)-->
</div>
</div>
<div id="main">
<!--contents of (4)-->
</div>
</div>
main css背景(2)と(3)を同じ、(4)の背景を変えたい。
#left-nav{width: 200px; background-color: red; height: 100%;}
このリンクをチェックしてください赤い境界線のある赤いテキストは私が与えたいものですheight: 100%;