我正在嘗試使用jquery mobile。在我的頁眉中,我想把兩個div放在一起(在同一行上),剩下一個會包含背景圖片,右邊有一些按鈕。所以我試了在同一行上的兩個div
<div class="ui-block-a" style="background-image:url('/img/someImg.png'); width:100%;height:50px; style="float:left;"> LEFT </div>
<div class="ui-block-b" style="float:right;>
<a href="" data-role="button" data-theme="d">button on the right </a>
</div>
但按鈕總是顯示下來。