#wrapper {
margin:1px;
height:auto;
width:auto;
float:left;
clear:both
}
#wrapperR {
margin:1px;
height:auto;
width:auto;
float:right;
clear:both;
}
私のページでは、このように見えます
L
R
しかし、私はそれをLRのように見せたいと思っています.
clear:both; を追加しました。両方の div に対して、.clear{clear:both;} を作成し、幅とパディングとマージンを調整しましたが、それらを並べてフロートすることはできません。
私は何を見ているのだろうと思っています。
ありがとう!