ホームページ > 記事 > ウェブフロントエンド > 非常に優れた基本的な CSS レイアウトの 16 の例_基本チュートリアル
単一行および単一列 1: 左上隅に固定幅で浮動表示するには、float を使用します。
#content { float: left; マージン: 20px; 背景: #FFF; ボーダー: 5px; width: 400px; /* ie5win ファッジが始まります */ ""; voice-family:inherit; width: 370px; }html>body #content { width: 370px; /* ie5win ファッジは終了します */ }
単一行および単一列 2
#content { 位置: 絶対; 左: 0px; パディング: 10px; 背景: 5px; 幅: 400px; /* ie5win ファッジが始まる-family: "\"}\""; width: 370px; }html>body #content { width: 370px; }
単一行および単一列 3 単一行および単一列 4
単一行と 2 列 1: どちらの列も固定幅です。最初の列は左上隅にフロートし、2 番目の列は最初の列の右側にフロートします。
1 行 2 列 2
1 行 2 列 3 1 行 2 列 4
1 行 2 列 5
1 行 3 列 1: 左右の列は両方とも絶対に配置されます (右の列は右上に配置されます)。左右の列は固定幅で、中央の列はページに適応します。
1 行 3 列 2 単一行と 3 列 3 1 行 3 列 4 Single row and three columns 5
Three columns in the top row 1(recommended): The top row adapts to the page width. The left and right columns are absolutely positioned, and the middle column is adaptive to the page.
: full screen width