0
我內部有主div和2 div。在使用顯示器時將div對齊到右側:flex
爲了讓他們在同一條線上,我使用display: flex
所有div。
但是,這禁止我在右邊div上使用float:right
。
我想是將 「我的按鈕」 分區屏幕
<div style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: gray;height:30px;">
<div style="float:left;line-height:30px;">Contact Details</div>
<button type="button" class="edit_button" style="float: right;">My Button</button>
</div>
這裏的右邊是小提琴: http://jsfiddle.net/xQgSm/