テクニックというより使わざるを得ないテクの覚書です。
floatで流し込んだ最後にclear:bothで解除する為のボックスが無い場合に親ボックスの高さの算出をするためのルールセットになります。
/* float clear */
div#container::after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
/* for IE67 for macIE5x*/
div#container {
width: 100%;
/*¥*/*/
overflow: hidden;
/**/
}
(¥は半角小文字で記載する)
- Newer: Dreamweaverの読み方
- Older: CSSの構文