直接右浮动后是并排显示的
先把一个div position:fight; 然后想要并列的那个也是fight,之后设置right为右边div的宽度
#div1 { float: right; } #div2 { float: right; clear:right; }