6 つの div があり、それらを 2 行 3 列に配置したい
#topLeft {float:left;} //ok
#topMiddle {float:left;} //ok
#topRight {float:right;} //ok
#bottomLeft {}
#bottomMiddle {}
#bottomRight {}
2 番目の行では、フロートとクリアのさまざまな組み合わせを試しましたが、成功しませんでした。
6 つの div があり、それらを 2 行 3 列に配置したい
#topLeft {float:left;} //ok
#topMiddle {float:left;} //ok
#topRight {float:right;} //ok
#bottomLeft {}
#bottomMiddle {}
#bottomRight {}
2 番目の行では、フロートとクリアのさまざまな組み合わせを試しましたが、成功しませんでした。
最後の 2 つに追加しclear: left; float: left;
ます。#bottomLeft
float: left;
ここにフィドルがあります:http://jsfiddle.net/5nGUe/2/